Changeset 7 in svn
- Timestamp:
- Mar 18, 2015 2:00:38 PM (11 years ago)
- Location:
- trunk/zasc/app_c
- Files:
-
- 2 edited
-
DST_GlobalVariables.h (modified) (1 diff)
-
DST_WinEngineerMenu.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/zasc/app_c/DST_GlobalVariables.h
r2 r7 4 4 #include "DST_Common.h" 5 5 6 extern bool DST_g_isAirOnly; 6 7 extern DS_U32 DST_g_LastTuneTryTime; // APP ä³Î Æ©´× ½ÃÀÛ 7 8 extern DS_U32 DST_g_LastTuneTime; // ¼Ò½º/Æ©´× ÈÄ ¸î ƽÀÌ Áö³µ´ÂÁö -
trunk/zasc/app_c/DST_WinEngineerMenu.c
r4 r7 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 258 sprintf(strText[9], "3. swich Only-Terrestrial-Broadcasting Searching Mode : [%s]", DST_g_isAirOnly?(char*)"ON":(char*)"OFF"); 259 this->DrawText(this, 2, 262, this->rect.w, 20, strText[8], &(this->font)); 260 259 261 this->DrawText(this, 2, 362, this->rect.w, 20, (char*)"[0..9] Select ", &(this->font)); 260 262 … … 277 279 this->Show(this); 278 280 case VK_3: 281 DST_g_isAirOnly = !DST_g_isAirOnly; 282 this->Show(this); 279 283 case VK_4: 280 284 case VK_5:
Note: See TracChangeset
for help on using the changeset viewer.
