Changeset 50 in svn
- Timestamp:
- Apr 21, 2015 10:36:01 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/zasc/app_c/DST_WinEngineerMenu.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/zasc/app_c/DST_WinEngineerMenu.c
r46 r50 254 254 this->DrawText(this, 2, 222, this->rect.w, 20, (char*)"**** commands ****", &(this->font)); 255 255 this->DrawText(this, 2, 242, this->rect.w, 20, (char*)"1. show SQL database", &(this->font)); 256 sprintf(strText[8], "2. swi ch 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"); 257 257 this->DrawText(this, 2, 262, this->rect.w, 20, strText[8], &(this->font)); 258 258 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.
