aboutsummaryrefslogtreecommitdiff
path: root/scumm/dialogs.cpp
diff options
context:
space:
mode:
authorMax Horn2003-07-15 02:16:33 +0000
committerMax Horn2003-07-15 02:16:33 +0000
commitb05e7de7bb7d59647356d63ccb10e53bbec61bcd (patch)
tree9086c81565e5a46e912fd00a63239bc46b2bf342 /scumm/dialogs.cpp
parentcc8334638b5f3f79e23b5580282a753f65b75ad5 (diff)
downloadscummvm-rg350-b05e7de7bb7d59647356d63ccb10e53bbec61bcd.tar.gz
scummvm-rg350-b05e7de7bb7d59647356d63ccb10e53bbec61bcd.tar.bz2
scummvm-rg350-b05e7de7bb7d59647356d63ccb10e53bbec61bcd.zip
replaced SCUMMVM_VERSION/SCUMMVM_CVS by gScummVMVersion/gScummVMBuildDate/gScummVMFullVersion; made engine.o depend on all other .o files, so that the build date in it is always up-to-date
svn-id: r9032
Diffstat (limited to 'scumm/dialogs.cpp')
-rw-r--r--scumm/dialogs.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/dialogs.cpp b/scumm/dialogs.cpp
index b6b7c1c1be..08a6babf33 100644
--- a/scumm/dialogs.cpp
+++ b/scumm/dialogs.cpp
@@ -580,8 +580,8 @@ void OptionsDialog::handleCommand(CommandSender *sender, uint32 cmd, uint32 data
AboutDialog::AboutDialog(NewGui *gui, Scumm *scumm)
: ScummDialog(gui, scumm, 30, 20, 260, 124) {
addButton((_w - kButtonWidth)/2, 100, queryCustomString(23), kCloseCmd, 'C'); // Close dialog - FIXME
- new StaticTextWidget(this, 10, 10, 240, 16, "ScummVM " SCUMMVM_VERSION " (" SCUMMVM_CVS ")", kTextAlignCenter);
- new StaticTextWidget(this, 10, 20, 240, 16, "(built on " __DATE__ ")", kTextAlignCenter);
+ new StaticTextWidget(this, 10, 10, 240, 16, gScummVMFullVersion, kTextAlignCenter);
+// new StaticTextWidget(this, 10, 20, 240, 16, "(built on " __DATE__ ")", kTextAlignCenter);
new StaticTextWidget(this, 10, 30, 240, 16, "http://www.scummvm.org", kTextAlignCenter);
new StaticTextWidget(this, 10, 50, 240, 16, "SCUMM Games (c) LucasArts", kTextAlignCenter);