diff --git a/G3DTest.suo b/G3DTest.suo index ce9ccc6..b97defc 100644 Binary files a/G3DTest.suo and b/G3DTest.suo differ diff --git a/main.cpp b/main.cpp index dc3de21..ec28a12 100644 --- a/main.cpp +++ b/main.cpp @@ -103,7 +103,7 @@ void Demo::onInit() { void OnError(int err, std::string msg = "") { - std::string emsg = "An unexpected error has occured and Dynamica has to quit. We're sorry!" + msg; + std::string emsg = "An unexpected error has occured and DUOM 5 has to quit. We're sorry!" + msg; MessageBox(NULL, emsg.c_str(),"Dynamica Crash", MB_OK); exit(err); } @@ -199,7 +199,7 @@ std::string GetFileInPath(std::string file) return name; } else - OnError(202, "\r\nFile not found: " + name); + OnError(202, " \r\nFile not found: " + name); return NULL;