]> git.saurik.com Git - wxWidgets.git/commitdiff
use standard icon under Unix as well
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 19 Dec 2004 14:41:45 +0000 (14:41 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 19 Dec 2004 14:41:45 +0000 (14:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31060 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/dnd/dnd.cpp

index 6f67f5c1ce3e559bde1c12b4e0e83650826ada68..371b2477b9c0d85be7d7ffae0fa851095cf1dc47 100644 (file)
@@ -36,7 +36,7 @@
 #endif // wxUSE_METAFILES
 
 #if defined(__WXGTK__) || defined(__WXX11__) || defined(__WXMOTIF__) || defined(__WXMAC__)
-    #include "mondrian.xpm"
+    #include "../sample.xpm"
 #if wxUSE_DRAG_AND_DROP
     #include "dnd_copy.xpm"
     #include "dnd_move.xpm"