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:
guy 2009-01-28 09:03:04 +00:00
parent 47abf1d5c2
commit ef2736f0f9
2 changed files with 9 additions and 5 deletions

View File

@ -462,12 +462,16 @@ void TColor_mask::load_themes()
bool TColor_mask::find_themes_ini(TFilename& ininame) const bool TColor_mask::find_themes_ini(TFilename& ininame) const
{ {
ininame = get_oem_info("Themes"); ininame = get_oem_info("Themes");
ininame.insert("setup/"); bool ok = ininame.full();
bool ok = ininame.exist(); if (ok)
if (!ok)
{ {
ininame = "res/themes.ini"; // Compatibility mode ininame.insert("setup/");
ok = ininame.exist(); ok = ininame.exist();
if (!ok)
{
ininame = "res/themes.ini"; // Compatibility mode
ok = ininame.exist();
}
} }
return ok; return ok;
} }

View File

@ -94,7 +94,7 @@ LISTBOX 211 1 15
BEGIN BEGIN
PROMPT 1 5 "Temi predefiniti " PROMPT 1 5 "Temi predefiniti "
ITEM "0|" ITEM "0|"
ITEM "1|Tradizionale" ITEM "1|Classico"
ITEM "2|Sistema" ITEM "2|Sistema"
END END