projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
allow 2 step creation of wxDocChildFrameAnyBase and derived classes
[wxWidgets.git]
/
src
/
common
/
strconv.cpp
diff --git
a/src/common/strconv.cpp
b/src/common/strconv.cpp
index 7c47d0c394aa462a675346f2674d5c6124c4a322..41ca712cdfac1fd7296f92230ff9e1ed95bd4283 100644
(file)
--- a/
src/common/strconv.cpp
+++ b/
src/common/strconv.cpp
@@
-3149,7
+3149,7
@@
wxMBConv *wxCSConv::DoCreate() const
wxLogTrace(TRACE_STRCONV,
wxT("encoding \"%s\" is not supported by this system"),
- (m_name ?
m_name
+ (m_name ?
wxString(m_name)
: wxFontMapperBase::GetEncodingName(m_encoding)));
#endif // wxUSE_FONTMAP