From 7be2a7af39888b264eb0c5787fb2914005633d1b Mon Sep 17 00:00:00 2001 From: Bryan Petty Date: Tue, 25 Sep 2012 20:40:01 +0000 Subject: [PATCH] Fixed interface typo breaking wxRibbonBar docs (from r72495). git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72553 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- interface/wx/ribbon/bar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/ribbon/bar.h b/interface/wx/ribbon/bar.h index 4830aacf5a..bbe51180ac 100644 --- a/interface/wx/ribbon/bar.h +++ b/interface/wx/ribbon/bar.h @@ -87,7 +87,7 @@ public: @style{wxRIBBON_BAR_SHOW_TOGGLE_BUTTON} Causes a toggle button to appear on the ribbon bar at top-right corner. This style is new since wxWidgets 2.9.5. - @style{wxRIBBON_BAR_SHOW_HELP_BUTTON) + @style{wxRIBBON_BAR_SHOW_HELP_BUTTON} Causes a help button to appear on the ribbon bar at the top-right corner. This style is new since wxWidgets 2.9.5. @endStyleTable -- 2.50.0