diff --git a/interface/wx/window.h b/interface/wx/window.h index 7aecd7d341..fbe8647a63 100644 --- a/interface/wx/window.h +++ b/interface/wx/window.h @@ -1950,7 +1950,7 @@ public: this only since GTK 2.12 with a compositing manager enabled, call IsTransparentBackgroundSupported() to check whether this is the case. - Also, on order for @c SetBackgroundStyle(wxBG_STYLE_TRANSPARENT) to + Also, in order for @c SetBackgroundStyle(wxBG_STYLE_TRANSPARENT) to work, it must be called before Create(). If you're using your own wxWindow-derived class you should write your code in the following way: @code