]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/string.h
Add SetMinSize and SetMaxSize to go along with the Get's already there.
[wxWidgets.git] / include / wx / string.h
index 2ae008571933a2ba4d545ee2b72bcc60e5464ebe..1cf0b61485ac84fd5b926dc2aea77f10ddd65dad 100644 (file)
@@ -675,8 +675,6 @@ public:
 
 #if wxUSE_UNICODE
     // from multibyte string
-    // (NB: nLength is right now number of Unicode characters, not
-    //  characters in psz! So try not to use it yet!)
   wxString(const char *psz, wxMBConv& conv, size_t nLength = npos);
     // from wxWCharBuffer (i.e. return from wxGetString)
   wxString(const wxWCharBuffer& psz) : wxStringBase(psz.data()) { }