]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/strconv.cpp
fixed slider value rounding once again
[wxWidgets.git] / src / common / strconv.cpp
index 33b934ef9f5271159427de81b0ab991a02ae5a20..b8982301a6a50b40fe6c0972870e63eba3bd20b1 100644 (file)
@@ -44,9 +44,6 @@
 #ifdef HAVE_ICONV_H
   #include <iconv.h>
 #endif
-#ifdef HAVE_LANGINFO_H
-  #include <langinfo.h>
-#endif
 
 #ifdef __WXMSW__
   #include <windows.h>
@@ -727,6 +724,8 @@ wxCSConv::wxCSConv(const wxChar *charset)
 {
     m_name = (wxChar *)NULL;
     m_cset = (wxCharacterSet *) NULL;
+    m_deferred = TRUE;
+
     SetName(charset);
 }