Changeset 25 in svn for trunk/zasc/app_c/DST_WinEngineerMenu.c
- Timestamp:
- Mar 25, 2015 5:05:03 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/zasc/app_c/DST_WinEngineerMenu.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/zasc/app_c/DST_WinEngineerMenu.c
r11 r25 256 256 sprintf(strText[8], "2. swich on/off WeakSignal Mute : [%s]", DST_g_WeakSignalMuteOff?(char*)"OFF":(char*)"ON"); 257 257 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)); 260 259 261 260 this->DrawText(this, 2, 362, this->rect.w, 20, (char*)"[0..9] Select ", &(this->font)); … … 279 278 this->Show(this); 280 279 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 283 283 case VK_4: 284 284 case VK_5:
Note: See TracChangeset
for help on using the changeset viewer.
