]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/tipdlg.cpp
fixed compilation warnings with GTK+ 2.0
[wxWidgets.git] / src / generic / tipdlg.cpp
index 33a019fc1181eafca3a5229bb7054c9de028e0de..c13b869e2b6d1d069fb766d87eb50414f6257157 100644 (file)
@@ -45,6 +45,7 @@
 #endif // WX_PRECOMP
 
 #include "wx/statline.h"
+#include "wx/artprov.h"
 
 #include "wx/tipdlg.h"
 
@@ -195,18 +196,7 @@ wxTipDialog::wxTipDialog(wxWindow *parent,
     m_text->SetFont(wxFont(14, wxROMAN, wxNORMAL, wxNORMAL));
 #endif
 
-#if defined(__WXMSW__) || defined(__WXPM__)
-    wxIcon icon("wxICON_TIP");
-#else
-    // XPM hack: make the arrays const
-    #define static static const
-
-    #include "wx/generic/tip.xpm"
-
-    #undef static
-
-    wxIcon icon(tipIcon);
-#endif
+    wxIcon icon = wxArtProvider::GetIcon(wxART_TIP, wxART_CMN_DIALOG);
     wxStaticBitmap *bmp = new wxStaticBitmap(this, -1, icon);
 
     // 2) put them in boxes