git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69205
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
Mapping sActionToWXMapping[] =
{
Mapping sActionToWXMapping[] =
{
+// as we don't have NSUndoManager support we must not use the native actions
+#if 0
{ wxID_UNDO, @selector(undo:) },
{ wxID_REDO, @selector(redo:) },
{ wxID_UNDO, @selector(undo:) },
{ wxID_REDO, @selector(redo:) },
{ wxID_CUT, @selector(cut:) },
{ wxID_COPY, @selector(copy:) },
{ wxID_PASTE, @selector(paste:) },
{ wxID_CUT, @selector(cut:) },
{ wxID_COPY, @selector(copy:) },
{ wxID_PASTE, @selector(paste:) },