Patch level : 10.0
Files correlati : ba0.exe ba0200a.msk Ricompilazione Demo : [ ] Commento : Trasformato nome tema da Tradizionale a Classico git-svn-id: svn://10.65.10.50/trunk@18131 c028cbd2-c16b-5b4b-a496-9718f37d4682
This commit is contained in:
parent
47abf1d5c2
commit
ef2736f0f9
@ -462,12 +462,16 @@ void TColor_mask::load_themes()
|
||||
bool TColor_mask::find_themes_ini(TFilename& ininame) const
|
||||
{
|
||||
ininame = get_oem_info("Themes");
|
||||
ininame.insert("setup/");
|
||||
bool ok = ininame.exist();
|
||||
if (!ok)
|
||||
bool ok = ininame.full();
|
||||
if (ok)
|
||||
{
|
||||
ininame = "res/themes.ini"; // Compatibility mode
|
||||
ininame.insert("setup/");
|
||||
ok = ininame.exist();
|
||||
if (!ok)
|
||||
{
|
||||
ininame = "res/themes.ini"; // Compatibility mode
|
||||
ok = ininame.exist();
|
||||
}
|
||||
}
|
||||
return ok;
|
||||
}
|
||||
|
@ -94,7 +94,7 @@ LISTBOX 211 1 15
|
||||
BEGIN
|
||||
PROMPT 1 5 "Temi predefiniti "
|
||||
ITEM "0|"
|
||||
ITEM "1|Tradizionale"
|
||||
ITEM "1|Classico"
|
||||
ITEM "2|Sistema"
|
||||
END
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user