summaryrefslogtreecommitdiff
path: root/wx+/std_button_layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'wx+/std_button_layout.h')
-rw-r--r--wx+/std_button_layout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/wx+/std_button_layout.h b/wx+/std_button_layout.h
index fbbee1b7..8abc9e3a 100644
--- a/wx+/std_button_layout.h
+++ b/wx+/std_button_layout.h
@@ -29,7 +29,7 @@ struct StdButtons
};
void setStandardButtonLayout(wxBoxSizer& sizer, const StdButtons& buttons = StdButtons());
-//sizer width will change! => call wxWindow::Fit and wxWindow::Layout
+//sizer width will change! => call wxWindow::Fit and wxWindow::Dimensions
inline
bgstack15