]> git.saurik.com Git - wxWidgets.git/commitdiff
Spell contributor name correctly.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 2 May 2010 11:48:39 +0000 (11:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 2 May 2010 11:48:39 +0000 (11:48 +0000)
Use the spelling preferred by Nikolay himself, see #11599.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64195 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index 989f20c826185a1e47c98bd52c901f1cd82f0fd8..c7ba0b1c8da865fc5e11c4bdb412b809c2d3db2e 100644 (file)
@@ -506,9 +506,9 @@ All (GUI):
 - wxGraphicsContext is now enabled by default if supported by the platform.
 - Fix building with using system libpng 1.4 (Volker Grabsch).
 - Add wxComboBox::Popup() and Dismiss() methods (Igor Korot).
-- Added wxTreeCtrl::SelectChildren() (Nikolay Tjushkov).
+- Added wxTreeCtrl::SelectChildren() (Nikolay Tiushkov).
 - Show pages icons in window list menu in wxAuiNotebook (Ronny Krüger).
-- Add "initial selection" parameter to wxGetSingleChoice() (Nikolay Tjushkov).
+- Add "initial selection" parameter to wxGetSingleChoice() (Nikolay Tiushkov).
 - Implement wxDocument::Revert() (troelsk).
 - Allow overriding print preview frame creation in docview (troelsk).
 - Added support for gradient stops in wxGraphicsContext (Kit Bishop).