From 0e645f88ae1586dbac2bf0855fd0fda1f8f11eeb Mon Sep 17 00:00:00 2001 From: Max Horn Date: Thu, 2 Oct 2003 17:43:02 +0000 Subject: renamed namespace ScummVM to Common svn-id: r10544 --- gui/about.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gui/about.cpp') diff --git a/gui/about.cpp b/gui/about.cpp index 99f054b18e..e94a6b9598 100644 --- a/gui/about.cpp +++ b/gui/about.cpp @@ -28,11 +28,11 @@ AboutDialog::AboutDialog(NewGui *gui) : Dialog(gui, 10, 20, 300, 124) { addButton((_w - kButtonWidth)/2, 100, "OK", kCloseCmd, '\r'); // Close dialog - FIXME - ScummVM::String version("ScummVM "); + Common::String version("ScummVM "); version += gScummVMVersion; new StaticTextWidget(this, 10, 10, _w - 20, kLineHeight, version, kTextAlignCenter); - ScummVM::String date("(built on "); + Common::String date("(built on "); date += gScummVMBuildDate; date += ')'; new StaticTextWidget(this, 10, 20, _w - 20, kLineHeight, date, kTextAlignCenter); -- cgit v1.2.3