]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/frame.cpp
Do not allow multiple selection when dragging in the 'value' column
[wxWidgets.git] / src / msw / frame.cpp
index f81b58b4f2ef4cf66559a7224265fd26a154414f..db4b37bd17d687b3c18b2988a5aabec631d9db91 100644 (file)
@@ -477,7 +477,7 @@ void wxFrame::AttachMenuBar(wxMenuBar *menubar)
 
             if ( !m_hMenu )
             {
-                wxFAIL_MSG( _T("failed to create menu bar") );
+                wxFAIL_MSG( wxT("failed to create menu bar") );
                 return;
             }
         }