From ef2736f0f95d86613456b2fe24b9622b7eae6986 Mon Sep 17 00:00:00 2001 From: guy Date: Wed, 28 Jan 2009 09:03:04 +0000 Subject: [PATCH] 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 --- ba/ba0100.cpp | 12 ++++++++---- ba/ba0200a.uml | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ba/ba0100.cpp b/ba/ba0100.cpp index eed514238..933242dea 100755 --- a/ba/ba0100.cpp +++ b/ba/ba0100.cpp @@ -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; } diff --git a/ba/ba0200a.uml b/ba/ba0200a.uml index f001b5904..62c74db11 100755 --- a/ba/ba0200a.uml +++ b/ba/ba0200a.uml @@ -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