| Index: core/fxge/apple/fx_mac_imp.cpp
|
| diff --git a/core/fxge/apple/fx_mac_imp.cpp b/core/fxge/apple/fx_mac_imp.cpp
|
| index 78bb90fdc2f2a3ba664b5f63417580f2abb29941..addcb6d81542977f540de818a74e049ccb5d0335 100644
|
| --- a/core/fxge/apple/fx_mac_imp.cpp
|
| +++ b/core/fxge/apple/fx_mac_imp.cpp
|
| @@ -107,7 +107,7 @@ void* CFX_MacFontInfo::MapFont(int weight,
|
| case FXFONT_GB2312_CHARSET:
|
| face = "STSong";
|
| break;
|
| - case FXFONT_HANGEUL_CHARSET:
|
| + case FXFONT_HANGUL_CHARSET:
|
| face = "AppleMyungjo";
|
| break;
|
| case FXFONT_CHINESEBIG5_CHARSET:
|
|
|