]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/icon.h
Applied SetForegorund colour patch for GTK2.
[wxWidgets.git] / include / wx / icon.h
index 6d892226290caa2bc22bf086faa7112f0903edd3..1f273ebb070423a2bada1a977fa7422e786410b6 100644 (file)
@@ -1,11 +1,7 @@
 #ifndef _WX_ICON_H_BASE_
 #define _WX_ICON_H_BASE_
 
-/* Commenting out since duplicated in gdicmn.h
-// this is for Unix (i.e. now for anything other than MSW)
-#undef  wxICON
-#define wxICON(icon_name)   wxIcon(icon_name##_xpm)
-*/
+#include "wx/iconloc.h"
 
 #if defined(__WXMSW__)
   #include "wx/msw/icon.h"