aboutsummaryrefslogtreecommitdiff
path: root/gui/launcher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/launcher.cpp')
-rw-r--r--gui/launcher.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/gui/launcher.cpp b/gui/launcher.cpp
index f25f383377..af821404f5 100644
--- a/gui/launcher.cpp
+++ b/gui/launcher.cpp
@@ -175,9 +175,7 @@ void EditGameDialog::handleCommand(CommandSender *sender, uint32 cmd, uint32 dat
LauncherDialog::LauncherDialog(NewGui *gui, GameDetector &detector)
: Dialog(gui, 0, 0, 320, 200), _detector(detector) {
// Show game name
- new StaticTextWidget(this, 10, 8, 300, kLineHeight,
- "ScummVM "SCUMMVM_VERSION " (" SCUMMVM_CVS ")",
- kTextAlignCenter);
+ new StaticTextWidget(this, 10, 8, 300, kLineHeight, gScummVMFullVersion, kTextAlignCenter);
// Add three buttons at the bottom
addButton(1 * (_w - kButtonWidth) / 6, _h - 24, "Quit", kQuitCmd, 'Q');