Changeset 7 in svn


Ignore:
Timestamp:
Apr 6, 2015 4:32:23 PM (11 years ago)
Author:
jglee
Message:
 
Location:
trunk/zasc/app_c
Files:
2 edited

Legend:

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

    r2 r7  
    66// 1.0.0 ÀÇ °æ¿ì 1000 
    77// 1.1.1 ÀÇ °æ¿ì 1101 
    8 #define _SW_VERSION_ (1000) 
     8#define _SW_VERSION_ (900) 
    99#include <stdio.h> 
    1010int main(int argc, char* argv[]) 
  • 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.