Changeset 18617


Ignore:
Timestamp:
11/17/12 01:05:02 (11 years ago)
Author:
nit
Message:

[titan] fix titel

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/info.h

    r18234 r18617  
    6262        else if(mode == 1)
    6363        {
     64                changetitle(systeminfo, _("Infos"));
     65
    6466                if(isfile("/etc/model") == 0) return;
    6567                char* boxversion = string_tolower(readsys("/etc/model", 1));
     
    7678        }
    7779        else if(mode == 2)
    78         {       
     80        {
     81                changetitle(systeminfo, _("Infos"));
     82
    7983                char* path = NULL;
    8084                char* out = NULL;
Note: See TracChangeset for help on using the changeset viewer.