]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/ribbon/bar.h
Fix handling of help buttons with non-empty label under OS X.
[wxWidgets.git] / interface / wx / ribbon / bar.h
index ff039a62ec4bbd2a60f28ece8b1b02411dfcd95e..34d3a258be26843b535e757a9462730c53b5349a 100644 (file)
@@ -24,9 +24,9 @@ public:
     /**
         Constructor.
     */
-      wxRibbonBarEvent(wxEventType command_type = wxEVT_NULL,
-                       int win_id = 0,
-                       wxRibbonPage* page = NULL);
+    wxRibbonBarEvent(wxEventType command_type = wxEVT_NULL,
+                     int win_id = 0,
+                     wxRibbonPage* page = NULL);
 
     /**
         Returns the page being changed to, or being clicked on.