Fix typo in wxWindow::SetBackgroundStyle() documentation.

s/on order/in order/
This commit is contained in:
Vadim Zeitlin
2015-02-24 12:32:22 +01:00
parent bcc00c6955
commit 82051979e7

View File

@@ -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