X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/12f5e1e78fe906050ff2fee9529476db332633f0..7157abfba1c0db6fba7e938dd7ada17225b29a10:/interface/wx/splash.h diff --git a/interface/wx/splash.h b/interface/wx/splash.h index 698f910a39..8f1b0b51fd 100644 --- a/interface/wx/splash.h +++ b/interface/wx/splash.h @@ -23,7 +23,7 @@ { wxSplashScreen* splash = new wxSplashScreen(bitmap, wxSPLASH_CENTRE_ON_SCREEN|wxSPLASH_TIMEOUT, - 6000, @NULL, -1, wxDefaultPosition, wxDefaultSize, + 6000, NULL, -1, wxDefaultPosition, wxDefaultSize, wxBORDER_SIMPLE|wxSTAY_ON_TOP); } wxYield();