| Index: core/fxge/ge/fx_ge_linux.cpp
|
| diff --git a/core/fxge/ge/fx_ge_linux.cpp b/core/fxge/ge/fx_ge_linux.cpp
|
| index f57efe8a32f089e4ca9dda4ef2103e8f3c538e32..b13a133bc1022ed3436cfb99e440c959b0ead110 100644
|
| --- a/core/fxge/ge/fx_ge_linux.cpp
|
| +++ b/core/fxge/ge/fx_ge_linux.cpp
|
| @@ -123,7 +123,7 @@ void* CFX_LinuxFontInfo::MapFont(int weight,
|
| }
|
| break;
|
| }
|
| - case FXFONT_HANGEUL_CHARSET: {
|
| + case FXFONT_HANGUL_CHARSET: {
|
| for (size_t i = 0; i < FX_ArraySize(g_LinuxHGFontList); ++i) {
|
| auto it = m_FontList.find(g_LinuxHGFontList[i]);
|
| if (it != m_FontList.end()) {
|
|
|