Changeset 50 in svn


Ignore:
Timestamp:
Apr 21, 2015 10:36:01 PM (11 years ago)
Author:
megakiss
Message:

오타수정

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/zasc/app_c/DST_WinEngineerMenu.c

    r46 r50  
    254254                this->DrawText(this, 2, 222, this->rect.w, 20, (char*)"**** commands ****", &(this->font));      
    255255                this->DrawText(this, 2, 242, this->rect.w, 20, (char*)"1. show SQL database", &(this->font));    
    256                 sprintf(strText[8], "2. swich on/off WeakSignal Mute :  [%s]", DST_g_WeakSignalMuteOff?(char*)"OFF":(char*)"ON"); 
     256                sprintf(strText[8], "2. switch on/off WeakSignal Mute :  [%s]", DST_g_WeakSignalMuteOff?(char*)"OFF":(char*)"ON"); 
    257257                this->DrawText(this, 2, 262, this->rect.w, 20, strText[8], &(this->font));       
    258258                this->DrawText(this, 2, 282, this->rect.w, 20, (char*)"3. set Frequency Range", &(this->font));  
Note: See TracChangeset for help on using the changeset viewer.