]> git.saurik.com Git - wxWidgets.git/commit
Don't use standard menu ids in the unit test to avoid Mac problems.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 13 Nov 2010 17:13:29 +0000 (17:13 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 13 Nov 2010 17:13:29 +0000 (17:13 +0000)
commitf8314f3c20b1c426825481acc1ec3a42106455bf
tree13545fdfc44ef340053dc6221f15ad47a5d676fd
parent42b4e5cd2a59e1080543dcc269c4f24c41352279
Don't use standard menu ids in the unit test to avoid Mac problems.

wxOSX rearranges the standard menu items such as wxID_EXIT and wxID_ABOUT and,
for the former, changes its text to "Quit", so don't use them in the menu unit
test which expects to find the items in the menus to which they were added and
exactly with the labels used when adding them.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66144 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
tests/menu/menu.cpp