]> git.saurik.com Git - wxWidgets.git/commitdiff
comment added to toolbar to say using BMPs uses less pace than XPMs
authorChris Elliott <biol75@york.ac.uk>
Fri, 14 Jun 2002 10:08:07 +0000 (10:08 +0000)
committerChris Elliott <biol75@york.ac.uk>
Fri, 14 Jun 2002 10:08:07 +0000 (10:08 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15835 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/toolbar/toolbar.cpp

index 77e6ad964bc023d2465f6c2a0c3abe912c1a82af..63d363d255d95669a3360df6a5385f81600a6cdf 100644 (file)
@@ -37,6 +37,7 @@
 #define USE_GENERIC_TBAR 0
 
 // define this to use XPMs everywhere (by default, BMPs are used under Win)
+// BMPs use less space, but aren't compiled into the executable on other platforms
 #ifdef __WXMSW__
     #define USE_XPM_BITMAPS 0
 #else