]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/menu.h
don't use static buffer needing a critical section to protect it for logging; this...
[wxWidgets.git] / include / wx / gtk1 / menu.h
index 9a2d3a80f91a5dfe66836bb0be7291638e19b5e1..afc6828886d87c23e21653cbe849a8b00e2fbda1 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        wx/gtk/menu.h
+// Name:        wx/gtk1/menu.h
 // Purpose:
 // Author:      Robert Roebling
 // Id:          $Id$
@@ -44,9 +44,7 @@ public:
     // common part of Append and Insert
     bool GtkAppend(wxMenu *menu, const wxString& title, int pos=-1);
 
-#ifndef __WXGTK20__
     GtkAccelGroup   *m_accel;
-#endif
     GtkWidget       *m_menubar;
     long             m_style;
     wxWindow        *m_invokingWindow;