X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/17a1ebd101f0653e69736416a2a28d0ada423141..94cf5fc7230759904c7fe2e616383f64ea4da02d:/src/common/fmapbase.cpp diff --git a/src/common/fmapbase.cpp b/src/common/fmapbase.cpp index 345d06ec8b..4ad527ddfe 100644 --- a/src/common/fmapbase.cpp +++ b/src/common/fmapbase.cpp @@ -209,7 +209,7 @@ static const wxChar* gs_encodingNames[WXSIZEOF(gs_encodingDescs)][10] = wxT("646"), wxT("roman8"), wxT( "" ), NULL }, { wxT( "BIG5" ), NULL }, - { wxT( "shift-jis" ), wxT( "shift_jis" ), wxT( "sjis" ), NULL }, + { wxT( "SJIS" ), wxT( "SHIFT-JIS" ), wxT( "SHIFT_JIS" ), NULL }, { wxT( "GB2312" ), NULL }, };