Ignore:
Timestamp:
Mar 25, 2015 5:05:03 PM (11 years ago)
Author:
jglee
Message:
 
File:
1 edited

Legend:

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

    r11 r25  
    256256                sprintf(strText[8], "2. swich 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));       
    258                 sprintf(strText[9], "3. swich Only-Terrestrial-Broadcasting Searching Mode :  [%s]", DST_g_isAirOnly?(char*)"ON":(char*)"OFF"); 
    259                 this->DrawText(this, 2, 282, this->rect.w, 20, strText[9], &(this->font));       
     258                this->DrawText(this, 2, 282, this->rect.w, 20, (char*)"3. set Frequency Range", &(this->font));  
    260259 
    261260                this->DrawText(this, 2, 362, this->rect.w, 20, (char*)"[0..9] Select ", &(this->font));  
     
    279278                                this->Show(this); 
    280279                        case VK_3: 
    281                                 DST_g_isAirOnly = !DST_g_isAirOnly; 
    282                                 this->Show(this); 
     280                                DST_CreateWin(WIN_FREQUENCY_SETTING, WIN_NULL, 0,0,0,0); 
     281                                this->Close(this); 
     282 
    283283                        case VK_4: 
    284284                        case VK_5: 
Note: See TracChangeset for help on using the changeset viewer.