git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11591
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxTRANSLATE( "Unicode 8 bit (UTF-8)" ),
};
wxTRANSLATE( "Unicode 8 bit (UTF-8)" ),
};
-// and the internal names
+// and the internal names (these are not translated on purpose!)
static const wxChar* gs_encodingNames[] =
{
wxT( "iso-8859-1" ),
static const wxChar* gs_encodingNames[] =
{
wxT( "iso-8859-1" ),
{
if ( gs_encodings[i] == encoding )
{
{
if ( gs_encodings[i] == encoding )
{
- return wxGetTranslation(gs_encodingNames[i]);
+ return gs_encodingNames[i];
// wxFatalError doesn't return
}
// wxFatalError doesn't return
}
- wxString configEntry, encName = GetEncodingName(encoding);
+ wxString configEntry,
+ encName = GetEncodingName(encoding);
if ( !!facename )
{
configEntry = facename + _T("_");
if ( !!facename )
{
configEntry = facename + _T("_");