diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2003-10-04 22:26:43 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2003-10-04 22:26:43 +0000 |
commit | 076fba930f9ad62d3f6f95d251786e64354e64dc (patch) | |
tree | 6512ddc45f3e75adda862a4e40b51af8c1adf3f8 /x11-toolkits/wxgtk-devel/files/patch-include::wx::menuitem.h | |
parent | Upgrade to 0.11.35. (diff) |
update wxgtk-devel to 2.4.2
PR: ports/57556
Submitted By: Pav Lucistnik <pav@oook.cz>
Diffstat (limited to 'x11-toolkits/wxgtk-devel/files/patch-include::wx::menuitem.h')
-rw-r--r-- | x11-toolkits/wxgtk-devel/files/patch-include::wx::menuitem.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/x11-toolkits/wxgtk-devel/files/patch-include::wx::menuitem.h b/x11-toolkits/wxgtk-devel/files/patch-include::wx::menuitem.h deleted file mode 100644 index c91ec3b3164a..000000000000 --- a/x11-toolkits/wxgtk-devel/files/patch-include::wx::menuitem.h +++ /dev/null @@ -1,19 +0,0 @@ ---- include/wx/menuitem.h.orig Wed Aug 27 21:11:09 2003 -+++ include/wx/menuitem.h Wed Aug 27 21:11:35 2003 -@@ -4,7 +4,7 @@ - // Author: Vadim Zeitlin - // Modified by: - // Created: 25.10.99 --// RCS-ID: $Id: menuitem.h,v 1.22 2002/04/12 13:15:43 JS Exp $ -+// RCS-ID: $Id: menuitem.h,v 1.22.2.1 2003/06/10 23:48:45 RD Exp $ - // Copyright: (c) 1999 Vadim Zeitlin <zeitlin@dptmaths.ens-cachan.fr> - // Licence: wxWindows license - /////////////////////////////////////////////////////////////////////////////// -@@ -49,6 +49,7 @@ - - // the menu we're in - wxMenu *GetMenu() const { return m_parentMenu; } -+ void SetMenu(wxMenu* menu) { m_parentMenu = menu; } - - // get/set id - void SetId(int id) { m_id = id; } |