-#if wxUSE_ARTPROVIDER_STD
- wxArtProvider::InitStdProvider();
-#endif // wxUSE_ARTPROVIDER_STD
+ // The order here is such that the native provider will be used first
+ // and the standard one last as all these default providers add
+ // themselves to the bottom of the stack.
+ wxArtProvider::InitNativeProvider();