]> git.saurik.com Git - wxWidgets.git/commitdiff
Typo
authorRobert Roebling <robert@roebling.de>
Fri, 25 Apr 2008 17:44:46 +0000 (17:44 +0000)
committerRobert Roebling <robert@roebling.de>
Fri, 25 Apr 2008 17:44:46 +0000 (17:44 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53355 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/string.h

index 75ae1f828e876bb08d12130614a683d9fa51629f..c82e2eb3957d9d2977432f4f5a5fcb8a48fc7066 100644 (file)
@@ -79,7 +79,7 @@ public:
     @ref overview_unicode "Unicode overview" for more information
     about it.
     
-    Since wxWidgets 3.0 internally uses UCS-2 (basically 2-byte per
+    Since wxWidgets 3.0 wxString internally uses UCS-2 (basically 2-byte per
     character wchar_t) under Windows and UTF-8 under Unix, Linux and
     OS X to store its content. Much work has been done to make
     existing code using ANSI string literals work as before.