]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/topluniv.cpp
Fix bug with using incorrect negative ids in wxEVT_MENU_HIGHLIGHT events.
[wxWidgets.git] / src / univ / topluniv.cpp
index a93554e73d963905e3795cada4eda7f101fffd93..cc90efba41ec51ef1616305dd6df7078abdf7ed1 100644 (file)
@@ -163,7 +163,7 @@ void wxTopLevelWindow::UseNativeDecorationsByDefault(bool native)
 
 void wxTopLevelWindow::UseNativeDecorations(bool native)
 {
-    wxASSERT_MSG( !m_windowStyle, _T("must be called before Create()") );
+    wxASSERT_MSG( !m_windowStyle, wxT("must be called before Create()") );
 
     m_usingNativeDecorations = native;
 }