]> git.saurik.com Git - wxWidgets.git/commit
Disable dropdown menu support in wxRibbonXmlHandler.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 24 Oct 2012 18:33:57 +0000 (18:33 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 24 Oct 2012 18:33:57 +0000 (18:33 +0000)
commit3142ae0727f3a11b878a70a71f60d4bd63e1e767
treea395cb763a202f16ae5c966971289c05196f5bd7
parent9db177273906bb393b97b4a98f6a8b4d61e8f0e3
Disable dropdown menu support in wxRibbonXmlHandler.

The code handling it uses wxXmlNode directly as it's written now which isn't
allowed as it introduces a dependency of ribbon library on the xml one and so
currently breaks linking of the ribbon DLL under MSW.

See #12058.

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