X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5ea105e0ba20c15e4d83f829e1c4faeb0a4952f0..79570d64d36dfdf31e20b4242bf664232f20594b:/src/generic/prop.cpp diff --git a/src/generic/prop.cpp b/src/generic/prop.cpp index 6fa86ca2b1..11214bbb97 100644 --- a/src/generic/prop.cpp +++ b/src/generic/prop.cpp @@ -535,7 +535,7 @@ void wxPropertyValue::WritePropertyType(ostream& stream) // Write as any othe { // stream << "\""; int i; - const wxWX2MBbuf strbuf = wxConv_libc.cWX2MB(m_value.string); + const wxWX2MBbuf strbuf = wxConvCurrent->cWX2MB(m_value.string); int len = strlen(strbuf); for (i = 0; i < len; i++) {