X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..fac938f8fdf4d0b644e94d3f3f76c5db6aeac348:/interface/wx/splash.h diff --git a/interface/wx/splash.h b/interface/wx/splash.h index ae408f6bb0..8f1b0b51fd 100644 --- a/interface/wx/splash.h +++ b/interface/wx/splash.h @@ -8,7 +8,6 @@ /** @class wxSplashScreen - @wxheader{splash.h} wxSplashScreen shows a window with a thin border, displaying a bitmap describing your @@ -24,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();