// Name: wx/gtk1/menu.h
// Purpose:
// Author: Robert Roebling
-// Id: $Id$
// Copyright: (c) 1998 Robert Roebling, Julian Smart
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
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);