Check for menu title being non-empty when appending it to the menu bar.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 20 Apr 2010 11:59:46 +0000 (11:59 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 20 Apr 2010 11:59:46 +0000 (11:59 +0000)
commitb871bb951a69addc7799f211f7c597cffbe5a44c
tree4f875e04012a1b397394033477a99388a1e56287
parentf994a8ac8daef7ba9908af3e56f4b4d78fcbf958
Check for menu title being non-empty when appending it to the menu bar.

It doesn't make sense to add a menu with empty title to the menu bar so assert
that the title is not empty and fail to add the menu if it is.

See r64033 in wxQT branch.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64058 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
interface/wx/menu.h
src/common/menucmn.cpp