aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/dialogs.cpp
diff options
context:
space:
mode:
authorVicent Marti2008-08-13 10:42:01 +0000
committerVicent Marti2008-08-13 10:42:01 +0000
commit0bf21870392dfb15ed11613409445c8ec64f3ffa (patch)
treebbdd80bbbecb75dfaebc0eb99eec62be7ce13fa8 /engines/scumm/dialogs.cpp
parenta4b3434af91bcb7ea272c7e214e249c0f6823126 (diff)
downloadscummvm-rg350-0bf21870392dfb15ed11613409445c8ec64f3ffa.tar.gz
scummvm-rg350-0bf21870392dfb15ed11613409445c8ec64f3ffa.tar.bz2
scummvm-rg350-0bf21870392dfb15ed11613409445c8ec64f3ffa.zip
Finished GUI layout in g1x.
svn-id: r33818
Diffstat (limited to 'engines/scumm/dialogs.cpp')
-rw-r--r--engines/scumm/dialogs.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/scumm/dialogs.cpp b/engines/scumm/dialogs.cpp
index 559ad6e69e..1dbbc28f92 100644
--- a/engines/scumm/dialogs.cpp
+++ b/engines/scumm/dialogs.cpp
@@ -238,7 +238,7 @@ SaveLoadChooser::SaveLoadChooser(const String &title, const String &buttonLabel,
_drawingHints |= GUI::THEME_HINT_SPECIAL_COLOR;
- new StaticTextWidget(this, "ScummSaveload.Title", title);
+ new StaticTextWidget(this, "ScummSaveLoad.Title", title);
// Add choice list
_list = new GUI::ListWidget(this, "ScummSaveLoad.List");
@@ -318,7 +318,7 @@ void SaveLoadChooser::handleCommand(CommandSender *sender, uint32 cmd, uint32 da
}
void SaveLoadChooser::reflowLayout() {
- if (g_gui.xmlEval()->getVar("ScummSaveLoad.ExtInfo.Visible", 1) == 1) {
+ if (g_gui.xmlEval()->getVar("Globals.ScummSaveLoad.ExtInfo.Visible") == 1) {
int16 x, y;
uint16 w, h;