]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/cmdproc.cpp
switching to LaunchServices implementation, fixes #11508
[wxWidgets.git] / src / common / cmdproc.cpp
index 9cd4fdda472d553fde1d590e6b203a80da4480fe..2ab9be0b0d8e0a480b366d4a2b392d4d8d79945e 100644 (file)
@@ -60,8 +60,8 @@ wxCommandProcessor::wxCommandProcessor(int maxCommands)
 #if wxUSE_MENUS
     m_commandEditMenu = NULL;
 #endif // wxUSE_MENUS
-    m_undoAccelerator = wxAcceleratorEntry(wxACCEL_CTRL, 'Z').ToString();
-    m_redoAccelerator = wxAcceleratorEntry(wxACCEL_CTRL, 'Y').ToString();
+    m_undoAccelerator = '\t' + wxAcceleratorEntry(wxACCEL_CTRL, 'Z').ToString();
+    m_redoAccelerator = '\t' + wxAcceleratorEntry(wxACCEL_CTRL, 'Y').ToString();
 
     m_lastSavedCommand =
     m_currentCommand = wxList::compatibility_iterator();