]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/menucmn.cpp
new control based view architecture
[wxWidgets.git] / src / common / menucmn.cpp
index 62118b53b5f87a0ed155f0e3b65e564f72c90b0c..bf618f79399f2cc13c553ba96875d2d639dc6edf 100644 (file)
@@ -98,6 +98,8 @@ static inline bool CompareAccelString(const wxString& str, const wxChar *accel)
 // specified
 wxAcceleratorEntry *wxGetAccelFromString(const wxString& label)
 {
+    // wxPrintf( wxT("label %s\n"), label.c_str() );
+
     // check for accelerators: they are given after '\t'
     int posTab = label.Find(wxT('\t'));
     if ( posTab != wxNOT_FOUND ) {
@@ -276,6 +278,8 @@ void wxMenuItemBase::SetAccel(wxAcceleratorEntry *accel)
 
 #endif // wxUSE_ACCEL
 
+bool wxMenuBase::ms_locked = true;
+
 // ----------------------------------------------------------------------------
 // wxMenu ctor and dtor
 // ----------------------------------------------------------------------------