]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk1/menu.h
Fix wxPropertyGrid::GetPropertyRect when the last item is collapsed.
[wxWidgets.git] / include / wx / gtk1 / menu.h
index f2a92252f758c88b94a12d94216994ded29f98c9..b3285c7d1192328d8326be09023c7a5dfe9e651b 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        wx/gtk1/menu.h
 // Purpose:
 // Author:      Robert Roebling
-// Id:          $Id$
 // Copyright:   (c) 1998 Robert Roebling, Julian Smart
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -74,7 +73,7 @@ public:
     virtual wxMenuItem* DoRemove(wxMenuItem *item);
 
     // Returns the title, with mnemonics translated to wx format
-    const wxString GetTitle() const;
+    wxString GetTitle() const;
 
     // TODO: virtual void SetTitle(const wxString& title);