]> git.saurik.com Git - wxWidgets.git/commit
Avoid conflict between accelerators in the notebook sample.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 5 Mar 2010 23:55:14 +0000 (23:55 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 5 Mar 2010 23:55:14 +0000 (23:55 +0000)
commit76680db44a7bd78faa1dadf5bc71150f4d77fc6c
tree6037f8cd05cd541199c1e70adcf70e019d6a8c3a
parent1d2b7f06a3dce24483009462f547f0011ae1fdc1
Avoid conflict between accelerators in the notebook sample.

Ctrl-5 was used both for the treebook in the "Type" menu and default
orientation choice in the "Orientation" menu.

Use Alt-[0..4] for the "Orientation" menu entries.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63631 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/notebook/notebook.cpp