No real changes, just fix a typo in comments and documentation.
Use "surprising" instead of (common) "surprizing" misspelling. Closes #11627. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63154 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1365,7 +1365,7 @@ wxColour wxWindowBase::GetBackgroundColour() const
|
||||
wxColour colBg = GetDefaultAttributes().colBg;
|
||||
|
||||
// we must return some valid colour to avoid redoing this every time
|
||||
// and also to avoid surprizing the applications written for older
|
||||
// and also to avoid surprising the applications written for older
|
||||
// wxWidgets versions where GetBackgroundColour() always returned
|
||||
// something -- so give them something even if it doesn't make sense
|
||||
// for this window (e.g. it has a themed background)
|
||||
|
Reference in New Issue
Block a user