From 82051979e78ac3d25c2c28322c8247f374a61378 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 24 Feb 2015 12:32:22 +0100 Subject: [PATCH] Fix typo in wxWindow::SetBackgroundStyle() documentation. s/on order/in order/ --- interface/wx/window.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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