Ignore:
Timestamp:
Apr 6, 2015 4:32:23 PM (11 years ago)
Author:
jglee
Message:
 
File:
1 edited

Legend:

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

    r2 r7  
    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.