From 82713003dc446ad0353127abe66a1ecc66f4df67 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 1 Jun 2001 01:30:51 +0000 Subject: [PATCH] fix for last commit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10400 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/strconv.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/strconv.cpp b/src/common/strconv.cpp index 33b934ef9f..f60201d7d3 100644 --- a/src/common/strconv.cpp +++ b/src/common/strconv.cpp @@ -727,6 +727,8 @@ wxCSConv::wxCSConv(const wxChar *charset) { m_name = (wxChar *)NULL; m_cset = (wxCharacterSet *) NULL; + m_deferred = TRUE; + SetName(charset); }