From 5325ed83cf8166203ade9565805550a768786264 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sun, 12 Oct 2003 18:46:50 +0000 Subject: use gScummVMFullVersion for initial window caption; use ConfigManager::kApplicationDomain instead of hard-coded 'scummvm' svn-id: r10768 --- base/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'base') diff --git a/base/main.cpp b/base/main.cpp index 6b90e531f7..2faeb873e8 100644 --- a/base/main.cpp +++ b/base/main.cpp @@ -234,7 +234,7 @@ int main(int argc, char *argv[]) { #endif //defined(WIN32) && defined(USE_CONSOLE) // Update the config file - ConfMan.set("versioninfo", gScummVMVersion, "scummvm"); + ConfMan.set("versioninfo", gScummVMVersion, Common::ConfigManager::kApplicationDomain); // Load the plugins PluginManager::instance().loadPlugins(); @@ -252,7 +252,7 @@ int main(int argc, char *argv[]) { g_timer = new Timer(system); // Set initial window caption - prop.caption = "ScummVM"; + prop.caption = gScummVMFullVersion; system->property(OSystem::PROP_SET_WINDOW_CAPTION, &prop); // Create the GUI manager -- cgit v1.2.3