Use checked bitmap for menu items under Vista.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 26 Sep 2009 13:31:32 +0000 (13:31 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 26 Sep 2009 13:31:32 +0000 (13:31 +0000)
commitbbb8a1aad6778038b9e7bb9880d74f58e0a0bfe6
tree52c81f91635cc8bc354f640abd07460940e18e3d
parentbbb0ff36dbb57461c3086c6e729aa3acf7a559ec
Use checked bitmap for menu items under Vista.

The normal (unchecked) bitmap was always used for the menu items under Vista,
fix this and do use the checked bitmap if needed.

Closes #11244.

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