Don't override msw.remap system option value in wxToolbook.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 28 Nov 2009 02:29:08 +0000 (02:29 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 28 Nov 2009 02:29:08 +0000 (02:29 +0000)
commitad42f414c8b417af309d25f149e32ea20d0d6c54
tree41c67e3697266b74c08d729f545ff95cbd287c20
parent1c54c4ed04e221024135f2b41417f144634eca8a
Don't override msw.remap system option value in wxToolbook.

Introducing a system option for all toolbars and then ignoring it inside wx
itself is ridiculous and just goes to prove that this option itself was a
mistake. But as we have it, we should respect whatever value it's set to
(which should hopefully be 0 anyhow for most modern systems) instead of
overriding it forcefully making the mockery of the whole "option" concept.

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