]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/toolbar/toolbar.cpp
Further fixes to references
[wxWidgets.git] / samples / toolbar / toolbar.cpp
index 4d5307987bf09e8b32ba6f4189139ea18a2d5982..77e6ad964bc023d2465f6c2a0c3abe912c1a82af 100644 (file)
@@ -152,7 +152,8 @@ private:
 
 const int ID_TOOLBAR = 500;
 
-static const long TOOLBAR_STYLE = wxTB_FLAT | wxTB_DOCKABLE | wxTB_TEXT;
+static const long TOOLBAR_STYLE = wxTB_FLAT | wxTB_DOCKABLE | wxTB_TEXT ;
+// static const long TOOLBAR_STYLE = 0;
 
 enum
 {