From 0ed1d09c46eb2f6e93ff3ea7aee645a736069fa1 Mon Sep 17 00:00:00 2001 From: Chris Elliott Date: Fri, 14 Jun 2002 10:08:07 +0000 Subject: [PATCH] comment added to toolbar to say using BMPs uses less pace than XPMs git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15835 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/toolbar/toolbar.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/samples/toolbar/toolbar.cpp b/samples/toolbar/toolbar.cpp index 77e6ad964b..63d363d255 100644 --- a/samples/toolbar/toolbar.cpp +++ b/samples/toolbar/toolbar.cpp @@ -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 -- 2.47.2