From 1c337b0cdcd55ed8ee372d12b09305abac2e5c01 Mon Sep 17 00:00:00 2001 From: andreja6 Date: Tue, 5 Jun 2018 00:00:59 -0700 Subject: [PATCH] test --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 7261a15..21aacc9 100644 --- a/main.cpp +++ b/main.cpp @@ -132,7 +132,7 @@ Demo::Demo(const GAppSettings& settings,HWND parentWindow) { //: GApp(settings,w } else { - MessageBox(NULL,"Oh No! Window not found!","Error",MB_OK); + MessageBox(NULL,"Window not found!","Error",MB_OK); return; } _window = renderDevice->window();