Add standard art providers at the bottom of the art providers stack.
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 28 Dec 2011 13:51:29 +0000 (13:51 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 28 Dec 2011 13:51:29 +0000 (13:51 +0000)
commit0d68cd13598d84cbd080cd24f04bc58f7330d630
tree55877026a53d6721004361a3c0b757a0afa75ca6
parent91452726c26d7c80b0f28b340659b8f22a501ddd
Add standard art providers at the bottom of the art providers stack.

This ensures that any user-defined art providers will be in front of them,
even when they are added at module-initialization time i.e. possibly before
the standard ones.

Closes #12519.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70154 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/artprov.cpp
src/common/artstd.cpp
src/common/arttango.cpp
src/gtk/artgtk.cpp
src/msw/artmsw.cpp
src/osx/artmac.cpp