Revision | 03459974578895df00788b2ee40f7a5788cb0df5 (tree) |
---|---|
Time | 2021-06-16 06:09:22 |
Author | SHIRAKATA Kentaro <argrath@ub32...> |
Commiter | SHIRAKATA Kentaro |
fix #42529
@@ -2,6 +2,7 @@ | ||
2 | 2 | * rumorsの末尾にゴミが表示される (#41899) |
3 | 3 | * Win10で画面左端の文字が乱れる (#42072) |
4 | 4 | * exeファイルのプロパティが未調整 (#42037) |
5 | + * 「ゲームのオプション一覧」を表示させると画面が乱れる (#42529) | |
5 | 6 | * X11のロケールを内部でja_JP.EUC-JPに固定する (#40804) |
6 | 7 | |
7 | 8 | Sat Mar 13 2021 Kentaro Shirakata <argrath@ub32.org> |
@@ -6936,7 +6936,7 @@ option_help() | ||
6936 | 6936 | /*JP |
6937 | 6937 | Sprintf(buf, "Set options as OPTIONS=<options> in %s", configfile); |
6938 | 6938 | */ |
6939 | - Sprintf(buf, "オプションは%sの中でOPTIONS=<options>と設定します", configfile); | |
6939 | + Sprintf(buf, "オプションは %s の中でOPTIONS=<options>と設定します", configfile); | |
6940 | 6940 | opt_intro[CONFIG_SLOT] = (const char *) buf; |
6941 | 6941 | for (i = 0; opt_intro[i]; i++) |
6942 | 6942 | putstr(datawin, 0, opt_intro[i]); |