]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/menuitem.h
(blind) fix for keyboard cues display under XP (bug 1298512)
[wxWidgets.git] / include / wx / os2 / menuitem.h
index 019584dee5decf5196f591f201b5c5356c6bee97..2f35885c5d6fea45b93bf5cdfffcecf4998ec11c 100644 (file)
 #ifndef   _MENUITEM_H
 #define   _MENUITEM_H
 
-#ifdef __GNUG__
-#pragma interface "menuitem.h"
-#endif
-
 // ----------------------------------------------------------------------------
 // headers
 // ----------------------------------------------------------------------------
@@ -47,8 +43,8 @@ public:
     //
     wxMenuItem( wxMenu*         pParentMenu = NULL
                ,int             nId = wxID_SEPARATOR
-               ,const wxString& rStrName = ""
-               ,const wxString& rWxHelp = ""
+               ,const wxString& rStrName = wxEmptyString
+               ,const wxString& rWxHelp = wxEmptyString
                ,wxItemKind      eKind = wxITEM_NORMAL
                ,wxMenu*         pSubMenu = NULL
               );