--- np2/embed/menubase/menures.c 2004/06/19 17:28:29 1.3 +++ np2/embed/menubase/menures.c 2004/06/25 10:39:27 1.5 @@ -3,7 +3,7 @@ #include "menubase.h" -#if !defined(CHARSET_OEM) || defined(OSLANG_SJIS) +#if !defined(RESOURCE_US) && (!defined(CHARSET_OEM) || defined(OSLANG_SJIS)) const char mstr_fontcheck[] = " "; const char mstr_ok[] = "OK"; // キャンセル @@ -18,7 +18,7 @@ const char mstr_ignore[] = "\226\263\216 const char mstr_yes[] = "\202\315\202\242"; // いいえ const char mstr_no[] = "\202\242\202\242\202\246"; -#elif defined(OSLANG_EUC) +#elif defined(OSLANG_EUC) && !defined(RESOURCE_US) const char mstr_fontcheck[] = " "; const char mstr_ok[] = "OK"; // キャンセル @@ -33,7 +33,7 @@ const char mstr_ignore[] = "\314\265\273 const char mstr_yes[] = "\244\317\244\244"; // いいえ const char mstr_no[] = "\244\244\244\244\244\250"; -#elif defined(OSLANG_UTF8) +#elif defined(OSLANG_UTF8) && !defined(RESOURCE_US) const char mstr_fontcheck[] = " "; const char mstr_ok[] = "OK"; // キャンセル