Changeset 28 in svn


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

Legend:

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

    r27 r28  
    102102                // title 
    103103                this->setFontStyle(this, 18, 0xFFC8C8C8, ALIGN_MIDDLE, ALIGN_CENTER); 
    104                 this->DrawText(this, 0, 0, this->rect.w, nLineHeight*2, (char*)"Frequency Range Setting", &(this->font)); 
     104                this->DrawText(this, 0, 0, this->rect.w, nLineHeight*2, (char*)"Frequency Setting", &(this->font)); 
    105105                int isOn = DST_EEPROM_GetFrequencySetting(); 
    106106                sprintf(strText, "< %s >", isOn == 1?(char*)"ON":(char*)"OFF"); 
Note: See TracChangeset for help on using the changeset viewer.