]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/artprov.cpp
Added wxToggleButton handler
[wxWidgets.git] / src / common / artprov.cpp
index a14428f89e8fcb97043d1b1985614deee1a8b882..9c3fda0143214ca9870f066437b506534013926d 100644 (file)
@@ -36,9 +36,6 @@
 #include "wx/image.h"
 #endif
 
-// For the purposes of forcing this module to link
-extern char g_ArtProviderModule;
-
 // ===========================================================================
 // implementation
 // ===========================================================================
@@ -86,9 +83,6 @@ bool wxArtProviderCache::GetBitmap(const wxString& full_id, wxBitmap* bmp)
 
 void wxArtProviderCache::Clear()
 {
-    // Hack to make the default provider link
-    // with the application
-    g_ArtProviderModule = 0;
     m_bitmapsHash.clear();
 }
 
@@ -216,6 +210,7 @@ public:
     bool OnInit()
     {
         wxArtProvider::InitStdProvider();
+        wxArtProvider::InitNativeProvider();
         return TRUE;
     }
     void OnExit()