]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/display/display.cpp
Add a few missing appearance screenshots for the manual.
[wxWidgets.git] / samples / display / display.cpp
index 7f686a2e43c92f868c382c1f06c11f1ef53e42ea..ee20a1bd621dc6e8e9ca59c8b37bb5ab9afbcf9e 100644 (file)
@@ -4,7 +4,6 @@
 // Author:      Vadim Zeitlin
 // Modified by: Ryan Norton & Brian Victor
 // Created:     23.02.03
-// RCS-ID:      $Id$
 // Copyright:   (c) Vadim Zeitlin <vadim@wxwidgets.org>
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
@@ -36,7 +35,7 @@
 
 
 // the application icon (under Windows and OS/2 it is in resources)
-#if defined(__WXGTK__) || defined(__WXMOTIF__) || defined(__WXMAC__) || defined(__WXX11__)
+#ifndef wxHAS_IMAGES_IN_RESOURCES
     #include "../sample.xpm"
 #endif