aboutsummaryrefslogtreecommitdiff
path: root/gui/ThemeModern.cpp
diff options
context:
space:
mode:
authorJohannes Schickel2007-02-03 22:01:31 +0000
committerJohannes Schickel2007-02-03 22:01:31 +0000
commit37ac45607789d6166020b83fd97d00bdccd55f6a (patch)
tree296a142426ba50b1302aa13e82c8dc182bc9e9c7 /gui/ThemeModern.cpp
parentd66d2ab71b7eab9e1d68fb59a2145e24f3640b20 (diff)
downloadscummvm-rg350-37ac45607789d6166020b83fd97d00bdccd55f6a.tar.gz
scummvm-rg350-37ac45607789d6166020b83fd97d00bdccd55f6a.tar.bz2
scummvm-rg350-37ac45607789d6166020b83fd97d00bdccd55f6a.zip
Added a TODO to processExtraValues.
svn-id: r25364
Diffstat (limited to 'gui/ThemeModern.cpp')
-rw-r--r--gui/ThemeModern.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/ThemeModern.cpp b/gui/ThemeModern.cpp
index dff7db780f..05d28edeb1 100644
--- a/gui/ThemeModern.cpp
+++ b/gui/ThemeModern.cpp
@@ -1299,6 +1299,9 @@ void ThemeModern::setupFont(const Common::String &key, const Common::String &nam
#pragma mark -
void ThemeModern::processExtraValues() {
+ // TODO: think of unloading all old graphic files first, instead of just
+ // loading new ones if needed when this is processed?
+
// load the pixmap filenames from the config file
_imageHandles[kDialogBkgdCorner] = _evaluator->getStringVar("pix_dialog_corner");
_imageHandles[kDialogBkgdTop] = _evaluator->getStringVar("pix_dialog_top");