Fix wxMenu::GetTitle() before the menu is appended to the menu bar.
authorVadim Zeitlin <vadim@wxwidgets.org>
Fri, 30 Aug 2013 23:32:37 +0000 (23:32 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Fri, 30 Aug 2013 23:32:37 +0000 (23:32 +0000)
commit69384772acc96ab55b235f8d0e4d67d8ee4d6862
tree9cd5ebbf2bbc4408a6e5ffa99cb1f3117ac4d954
parent45d66f592c35e902e4aa98a3b19300f1eafaa358
Fix wxMenu::GetTitle() before the menu is appended to the menu bar.

The mnemonics conversion was not done correctly when the menu title contained
them but the menu hadn't been appended to the menu bar yet.

Closes #15461.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74731 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/gtk/menu.h
src/gtk/menu.cpp
tests/menu/menu.cpp