aboutsummaryrefslogtreecommitdiff
path: root/gui/launcher.cpp
diff options
context:
space:
mode:
authorMax Horn2002-10-12 00:26:24 +0000
committerMax Horn2002-10-12 00:26:24 +0000
commitcdb7b137896e72d1aa28eca14e88b03b3cfc68af (patch)
tree7bb4a3491b08c6eca17f0e1f228021a73a6688f0 /gui/launcher.cpp
parent8ea56e58a86ca14fa4420ba573ac9d9c0a5602a9 (diff)
downloadscummvm-rg350-cdb7b137896e72d1aa28eca14e88b03b3cfc68af.tar.gz
scummvm-rg350-cdb7b137896e72d1aa28eca14e88b03b3cfc68af.tar.bz2
scummvm-rg350-cdb7b137896e72d1aa28eca14e88b03b3cfc68af.zip
revised options dialog
svn-id: r5130
Diffstat (limited to 'gui/launcher.cpp')
-rw-r--r--gui/launcher.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/gui/launcher.cpp b/gui/launcher.cpp
index f602b1bb77..4238fbfc13 100644
--- a/gui/launcher.cpp
+++ b/gui/launcher.cpp
@@ -48,9 +48,9 @@ LauncherDialog::LauncherDialog(NewGui *gui, GameDetector &detector)
: Dialog(gui, 0, 0, 320, 200), _detector(detector)
{
// Add three buttons at the bottom
- addButton(1*(_w - 54)/6, _h - 24, 54, 16, "Quit", kQuitCmd, 'Q');
- addButton(3*(_w - 54)/6, _h - 24, 54, 16, "Options", kOptionsCmd, 'O');
- _startButton = addButton(5*(_w - 54)/6, _h - 24, 54, 16, "Start", kStartCmd, 'S');
+ addButton(1*(_w - 54)/6, _h - 24, "Quit", kQuitCmd, 'Q');
+ addButton(3*(_w - 54)/6, _h - 24, "Options", kOptionsCmd, 'O');
+ _startButton = addButton(5*(_w - 54)/6, _h - 24, "Start", kStartCmd, 'S');
_startButton->setEnabled(false);
// Add list with game titles