aboutsummaryrefslogtreecommitdiff
path: root/gui/launcher.h
diff options
context:
space:
mode:
authorMax Horn2006-08-04 13:55:53 +0000
committerMax Horn2006-08-04 13:55:53 +0000
commit1a10cacfb900c822ef5a53f455af7874675d37c5 (patch)
treefd1ed37141eada7894bf100aff7bdbf54da1e70b /gui/launcher.h
parentca7880df6cbbb7fbc5bf58230f2f6255b0289b37 (diff)
downloadscummvm-rg350-1a10cacfb900c822ef5a53f455af7874675d37c5.tar.gz
scummvm-rg350-1a10cacfb900c822ef5a53f455af7874675d37c5.tar.bz2
scummvm-rg350-1a10cacfb900c822ef5a53f455af7874675d37c5.zip
Renamed handleScreenChanged() -> reflowLayout() in the GUI code
svn-id: r23662
Diffstat (limited to 'gui/launcher.h')
-rw-r--r--gui/launcher.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/launcher.h b/gui/launcher.h
index a8c76f4cfe..5ed1347454 100644
--- a/gui/launcher.h
+++ b/gui/launcher.h
@@ -51,7 +51,7 @@ protected:
StringList _domains;
BrowserDialog *_browser;
- virtual void handleScreenChanged();
+ virtual void reflowLayout();
void updateListing();
void updateButtons();