]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/toolbar/toolbar.cpp
last line missing
[wxWidgets.git] / samples / toolbar / toolbar.cpp
index e5fb89502750c54367a386ed552ac585801fa4ad..09f9f36a4c46b525298da69882e2206efe43f4bf 100644 (file)
 #include <wx/log.h>
 
 // define this to 1 to use wxToolBarSimple instead of the native one
-#define USE_GENERIC_TBAR 1
+#define USE_GENERIC_TBAR 0
 
 #if USE_GENERIC_TBAR
     #if !wxUSE_TOOLBAR_SIMPLE
-        #error "wxToolBarSimple is not compiled in, set wxUSE_TOOLBAR_SIMPLE "\
-               "to 1 in setup.h and recompile the library."
+        #error wxToolBarSimple is not compiled in, set wxUSE_TOOLBAR_SIMPLE \
+               to 1 in setup.h and recompile the library.
     #else
         #include <wx/tbarsmpl.h>
     #endif
@@ -372,7 +372,7 @@ void MyFrame::OnToggleToolbarRows(wxCommandEvent& WXUNUSED(event))
 
     GetToolBar()->SetRows(m_horzToolbar ? m_rows : 10 / m_rows);
 
-    //RecreateToolbar();
+    //RecreateToolbar(); -- this is unneeded
 }
 
 void MyFrame::OnToggleToolbarOrient(wxCommandEvent& WXUNUSED(event))