Added "Oh No!" to test gitlab

This commit is contained in:
andreja6
2018-06-04 23:55:55 -07:00
parent 336b978fd3
commit 54b19ba659

View File

@@ -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();