]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/strconv.cpp
first attempt for full screen implementation
[wxWidgets.git] / src / common / strconv.cpp
index 223468d3af374db0af4f10b7becedc440fc94619..ff16d13d00105482188a60e099875734bf205a00 100644 (file)
@@ -959,7 +959,7 @@ wxMBConv_iconv::wxMBConv_iconv(const wxChar *name)
             {
                 ms_wcCharsetName = NULL;
 
-                // VS: we must not output an error here, since wxWindows will safely
+                // VS: we must not output an error here, since wxWidgets will safely
                 //     fall back to using wxEncodingConverter.
                 wxLogTrace(wxT("strconv"), wxT("Impossible to convert to/from charset '%s' with iconv, falling back to wxEncodingConverter."), name);
                 //wxLogError(