aboutsummaryrefslogtreecommitdiff
path: root/gui/dialog.cpp
diff options
context:
space:
mode:
authorMax Horn2008-12-25 23:55:36 +0000
committerMax Horn2008-12-25 23:55:36 +0000
commit6510226216ee135afa2196d40c80445f8de0b1ac (patch)
tree5c5aeee3896d6b15155862d3f7c675ac3c80484a /gui/dialog.cpp
parent6837416556cb84b0f84a1bc231be8d4d59e835bb (diff)
downloadscummvm-rg350-6510226216ee135afa2196d40c80445f8de0b1ac.tar.gz
scummvm-rg350-6510226216ee135afa2196d40c80445f8de0b1ac.tar.bz2
scummvm-rg350-6510226216ee135afa2196d40c80445f8de0b1ac.zip
Renamed NewGui to GuiManager
svn-id: r35544
Diffstat (limited to 'gui/dialog.cpp')
-rw-r--r--gui/dialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/dialog.cpp b/gui/dialog.cpp
index dc2e270f44..1296ef7bbe 100644
--- a/gui/dialog.cpp
+++ b/gui/dialog.cpp
@@ -131,7 +131,7 @@ void Dialog::draw() {
// Update: called on tab drawing, mainly...
// we can pass this as open a new dialog or something
// g_gui._needRedraw = true;
- g_gui._redrawStatus = GUI::NewGui::kRedrawTopDialog;
+ g_gui._redrawStatus = GUI::GuiManager::kRedrawTopDialog;
}
void Dialog::drawDialog() {