]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/menu.h
Added scrolling of widgets and sample
[wxWidgets.git] / include / wx / msw / menu.h
index 583ec5432c2089082d174c6614c8576494b3626c..c0e08f9d78d0af8804a796919975ffcaac15e77a 100644 (file)
@@ -24,7 +24,7 @@ class WXDLLEXPORT wxMenuBar;
 class WXDLLEXPORT wxMenu;
 class WXDLLEXPORT wxFrame;
 
-WXDLLEXPORT_DATA(extern const char*) wxEmptyString;
+WXDLLEXPORT_DATA(extern const wxChar*) wxEmptyString;
 
 // ----------------------------------------------------------------------------
 // Menu
@@ -237,7 +237,7 @@ public:
         // attach to a frame
     void Attach(wxFrame *frame)
     {
-        wxASSERT_MSG( !m_menuBarFrame, "menubar already attached!" );
+        wxASSERT_MSG( !m_menuBarFrame, _T("menubar already attached!") );
 
         m_menuBarFrame = frame;
     }