projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Typo fix.
[wxWidgets.git]
/
include
/
wx
/
strconv.h
diff --git
a/include/wx/strconv.h
b/include/wx/strconv.h
index 477c9de9679542e8b86990ee9f2fbff075e23f46..c56ae9af2f206189494de646f46fc8e2864116e5 100644
(file)
--- a/
include/wx/strconv.h
+++ b/
include/wx/strconv.h
@@
-438,6
+438,12
@@
extern WXDLLIMPEXP_DATA_BASE(wxMBConv *) wxConvCurrent;
// the conversion corresponding to the current locale
extern WXDLLIMPEXP_DATA_BASE(wxCSConv&) wxConvLocal;
// the conversion corresponding to the current locale
extern WXDLLIMPEXP_DATA_BASE(wxCSConv&) wxConvLocal;
+// the conversion corresponding to the encoding of the standard UI elements
+//
+// by default this is the same as wxConvLocal but may be changed if the program
+// needs to use a fixed encoding
+extern WXDLLIMPEXP_DATA_BASE(wxMBConv *) wxConvUI;
+
// ----------------------------------------------------------------------------
// endianness-dependent conversions
// ----------------------------------------------------------------------------
// ----------------------------------------------------------------------------
// endianness-dependent conversions
// ----------------------------------------------------------------------------