]> git.saurik.com Git - wxWidgets.git/commit
Use wxAcceleratorEntry::ToString() for undo/redo accelerator labels.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 6 Dec 2009 02:29:49 +0000 (02:29 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 6 Dec 2009 02:29:49 +0000 (02:29 +0000)
commit62b50655600d64ed3f9d26abe3c05f3e125e671c
tree73623bda1211df0c978922003bd22c9902f9c2cb
parent8b190e3310f4771f8d48ea8d4a1585caa062433f
Use wxAcceleratorEntry::ToString() for undo/redo accelerator labels.

Don't hardcode the string representation of the accelerators, it was
inconsistent with the rest of wxWidgets which used '-' while here a '+' was
used.

Closes #11512.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62791 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/cmdproc.cpp