Eolite RC7:
- /sys support, use as default path - fix the lag on app open git-svn-id: svn://kolibrios.org@8981 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -157,7 +157,7 @@ void LoadIniSettings()
|
||||
Form.top = ini.GetInt("WinY", 30);
|
||||
Form.width = ini.GetInt("WinW", efm*170+550);
|
||||
Form.height = ini.GetInt("WinH", efm*100+517);
|
||||
ini.GetString("DefaultPath", #path_start, 4096, "/rd/1");
|
||||
ini.GetString("DefaultPath", #path_start, 4096, "/sys");
|
||||
path_start_ed.size = path_start_ed.pos = strlen(#path_start);
|
||||
kfont.init(DEFAULT_FONT);
|
||||
ini_get_str stdcall ("/sys/SETTINGS/SYSTEM.INI", "system", "font smoothing",#temp,4096,"on");
|
||||
|
Reference in New Issue
Block a user