diff --git a/main.cpp b/main.cpp index 21aacc9..7261a15 100644 --- a/main.cpp +++ b/main.cpp @@ -132,7 +132,7 @@ Demo::Demo(const GAppSettings& settings,HWND parentWindow) { //: GApp(settings,w } else { - MessageBox(NULL,"Window not found!","Error",MB_OK); + MessageBox(NULL,"Oh No! Window not found!","Error",MB_OK); return; } _window = renderDevice->window();