diff --git a/interface/wx/sizer.h b/interface/wx/sizer.h index beaea4dfeb..69f6d6a347 100644 --- a/interface/wx/sizer.h +++ b/interface/wx/sizer.h @@ -1266,8 +1266,8 @@ public: /** Sets the minimum size to be allocated for this item. - If this item is a window, the @a size is also passed to - wxWindow::SetMinSize(). + This is identical to SetMinSize(), prefer to use the other function, as + its name is more clear. */ void SetInitSize(int x, int y);