]> git.saurik.com Git - wxWidgets.git/commitdiff
re-added accidentally omitted 'ANSI'
authorVáclav Slavík <vslavik@fastmail.fm>
Fri, 30 May 2008 10:47:13 +0000 (10:47 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Fri, 30 May 2008 10:47:13 +0000 (10:47 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53840 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index eecded1409aadeaf965844826cbe67b9bda9c500..38d7898aa8c4c2db668e48dc5e79d7a15c64ec65 100644 (file)
@@ -16,8 +16,8 @@ changes:
 - Many wxWidgets functions taking "const wxChar *" have been changed to take
   either "const wxString&" (so that they accept both Unicode and ANSI strings;
   the argument can't be NULL anymore in this case) or "const char *" (if the
-  strings are always; may still be NULL). This change is normally backwards
-  compatible except:
+  strings are always ANSI; may still be NULL). This change is normally
+  backwards compatible except:
 
   a) Virtual functions: derived classes versions must be modified to take
      "const wxString&" as well to make sure that they continue to override the