From: Vadim Zeitlin Date: Mon, 10 Apr 2006 21:53:42 +0000 (+0000) Subject: no changes, just corrected the comment for wxConvLocal X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/0e05227246cc99b2f8133ae639f38c508351afa0 no changes, just corrected the comment for wxConvLocal git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38660 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/strconv.h b/include/wx/strconv.h index e2ef14a6ba..477c9de967 100644 --- a/include/wx/strconv.h +++ b/include/wx/strconv.h @@ -435,10 +435,9 @@ extern WXDLLIMPEXP_DATA_BASE(wxMBConv *) wxConvFileName; // default in a couple of places inside wx (initially same as wxConvLibc) extern WXDLLIMPEXP_DATA_BASE(wxMBConv *) wxConvCurrent; -// ??? +// the conversion corresponding to the current locale extern WXDLLIMPEXP_DATA_BASE(wxCSConv&) wxConvLocal; - // ---------------------------------------------------------------------------- // endianness-dependent conversions // ----------------------------------------------------------------------------