]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/wince/menuce.cpp
avoid deferred show with Fluxbox, its support for _NET_REQUEST_FRAME_EXTENTS is broken
[wxWidgets.git] / src / msw / wince / menuce.cpp
index 238e2f0f95ef621637a12d5486aad9960d0d403e..4b8c40057095670d49e920efc5cdbb0150509f3c 100644 (file)
@@ -225,7 +225,7 @@ void wxTopLevelWindowMSW::ReloadAllButtons()
 
     if (!SHCreateMenuBar(&menu_bar))
     {
-        wxFAIL_MSG( _T("SHCreateMenuBar failed") );
+        wxFAIL_MSG( wxT("SHCreateMenuBar failed") );
         return;
     }