=== modified file 'patches/wxwidgets-3.0.0_macosx.patch'
--- patches/wxwidgets-3.0.0_macosx.patch	2014-10-30 16:07:43 +0000
+++ patches/wxwidgets-3.0.0_macosx.patch	2016-05-08 13:35:17 +0000
@@ -307,4 +307,26 @@
      }
  }
  
-
+=== modified file 'src/common/stockitem.cpp'
+--- src/common/stockitem.cpp     2014-10-06 15:33:44.000000000 -0600
++++ src/common/stockitem.cpp     2016-05-07 01:02:05.000000000 -0600
+@@ -142,11 +142,19 @@
+         STOCKITEM(wxID_BACKWARD,            _("&Back"),               _("Back"));
+         STOCKITEM(wxID_BOLD,                _("&Bold"),               _("Bold"));
+         STOCKITEM(wxID_BOTTOM,              _("&Bottom"),             _("Bottom"));
++#ifdef __APPLE__
++        STOCKITEM(wxID_CANCEL,              _("Cancel"),             _("Cancel"));
++        STOCKITEM(wxID_CDROM,               _("CD-Rom"),             _("CD-Rom"));
++        STOCKITEM(wxID_CLEAR,               _("Clear"),              _("Clear"));
++        STOCKITEM(wxID_CLOSE,               _("Close"),              _("Close"));
++        STOCKITEM(wxID_CONVERT,             _("Convert"),            _("Convert"));
++#else
+         STOCKITEM(wxID_CANCEL,              _("&Cancel"),             _("Cancel"));
+         STOCKITEM(wxID_CDROM,               _("&CD-Rom"),             _("CD-Rom"));
+         STOCKITEM(wxID_CLEAR,               _("&Clear"),              _("Clear"));
+         STOCKITEM(wxID_CLOSE,               _("&Close"),              _("Close"));
+         STOCKITEM(wxID_CONVERT,             _("&Convert"),            _("Convert"));
++#endif
+         STOCKITEM(wxID_COPY,                _("&Copy"),               _("Copy"));
+         STOCKITEM(wxID_CUT,                 _("Cu&t"),                _("Cut"));
+         STOCKITEM(wxID_DELETE,              _("&Delete"),             _("Delete"));

