summaryrefslogtreecommitdiffstats
path: root/src/app/app.cpp
diff options
context:
space:
mode:
authorkrzys-h <krzys_h@interia.pl>2014-10-19 15:45:59 +0200
committerkrzys-h <krzys_h@interia.pl>2014-10-19 15:45:59 +0200
commitd7ef0a1a5f7cee44eb8faaafefb7bb78e69be1f6 (patch)
tree98e0be6f344413586db89fbd4edf49f31ab6c68d /src/app/app.cpp
parentc001c46cb53b3aedc7cbb0670f1c475679cf3d3d (diff)
downloadcolobot-d7ef0a1a5f7cee44eb8faaafefb7bb78e69be1f6.tar.gz
colobot-d7ef0a1a5f7cee44eb8faaafefb7bb78e69be1f6.tar.bz2
colobot-d7ef0a1a5f7cee44eb8faaafefb7bb78e69be1f6.zip
Implemented "Apply changes" button (issue #141)
Diffstat (limited to 'src/app/app.cpp')
-rw-r--r--src/app/app.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/app/app.cpp b/src/app/app.cpp
index adc7ea3..77930ed 100644
--- a/src/app/app.cpp
+++ b/src/app/app.cpp
@@ -116,7 +116,7 @@ CApplication::CApplication()
m_debugModes = 0;
m_customDataPath = false;
- m_windowTitle = "COLOBOT GOLD";
+ m_windowTitle = "COLOBOT: Gold Edition";
m_simulationSuspended = false;
@@ -672,7 +672,7 @@ bool CApplication::ChangeVideoConfig(const Gfx::GLDeviceConfig &newConfig)
std::string(SDL_GetError()) + std::string("\n") +
std::string("Previous mode will be restored");
GetLogger()->Error(error.c_str());
- GetSystemUtils()->SystemDialog( SDT_ERROR, "COLOBT - Error", error);
+ GetSystemUtils()->SystemDialog( SDT_ERROR, "COLOBOT - Error", error);
restore = true;
ChangeVideoConfig(m_lastDeviceConfig);
@@ -685,7 +685,7 @@ bool CApplication::ChangeVideoConfig(const Gfx::GLDeviceConfig &newConfig)
std::string error = std::string("SDL error while restoring previous video mode:\n") +
std::string(SDL_GetError());
GetLogger()->Error(error.c_str());
- GetSystemUtils()->SystemDialog( SDT_ERROR, "COLOBT - Fatal Error", error);
+ GetSystemUtils()->SystemDialog( SDT_ERROR, "COLOBOT - Fatal Error", error);
// Fatal error, so post the quit event