Fixed popup menu's title to be bold regardless of method used.
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 9 May 2010 10:27:35 +0000 (10:27 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 9 May 2010 10:27:35 +0000 (10:27 +0000)
commit163e127d2e98699e81168d8fda4602fa3bbd6f31
treeb87c2e680d232a8341a0ff153dcf0b3dd703c1ef
parent3a72e0ed15781e53e6b69a1c82c39b08d7a435d4
Fixed popup menu's title to be bold regardless of method used.

Popup menus with title set via SetTitle() had bold font, but menus
created by passing title as ctor argument used normal font. Fixed this
by using the same code (SetTitle) in both cases, instead of having two
independent (and out of sync) implementations of the same functionality.

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