OSDN Git Service

fix #42529
authorSHIRAKATA Kentaro <argrath@ub32.org>
Tue, 15 Jun 2021 20:43:45 +0000 (05:43 +0900)
committerSHIRAKATA Kentaro <argrath@ub32.org>
Tue, 15 Jun 2021 21:09:22 +0000 (06:09 +0900)
ChangeLog.j
src/options.c

index ffcbfa0..1092292 100644 (file)
@@ -2,6 +2,7 @@
          * rumors\82Ì\96\96\94ö\82É\83S\83~\82ª\95\\8e¦\82³\82ê\82é (#41899)
          * Win10\82Å\89æ\96Ê\8d\92[\82Ì\95\8e\9a\82ª\97\90\82ê\82é (#42072)
          * exe\83t\83@\83C\83\8b\82Ì\83v\83\8d\83p\83e\83B\82ª\96¢\92²\90® (#42037)
          * rumors\82Ì\96\96\94ö\82É\83S\83~\82ª\95\\8e¦\82³\82ê\82é (#41899)
          * Win10\82Å\89æ\96Ê\8d\92[\82Ì\95\8e\9a\82ª\97\90\82ê\82é (#42072)
          * exe\83t\83@\83C\83\8b\82Ì\83v\83\8d\83p\83e\83B\82ª\96¢\92²\90® (#42037)
+         * \81u\83Q\81[\83\80\82Ì\83I\83v\83V\83\87\83\93\88ê\97\97\81v\82ð\95\\8e¦\82³\82¹\82é\82Æ\89æ\96Ê\82ª\97\90\82ê\82é (#42529)
        * X11\82Ì\83\8d\83P\81[\83\8b\82ð\93à\95\94\82Åja_JP.EUC-JP\82É\8cÅ\92è\82·\82é (#40804)
 
 Sat Mar 13 2021  Kentaro Shirakata  <argrath@ub32.org>
        * X11\82Ì\83\8d\83P\81[\83\8b\82ð\93à\95\94\82Åja_JP.EUC-JP\82É\8cÅ\92è\82·\82é (#40804)
 
 Sat Mar 13 2021  Kentaro Shirakata  <argrath@ub32.org>
index 7665b64..59f9f44 100644 (file)
@@ -6936,7 +6936,7 @@ option_help()
 /*JP
     Sprintf(buf, "Set options as OPTIONS=<options> in %s", configfile);
 */
 /*JP
     Sprintf(buf, "Set options as OPTIONS=<options> in %s", configfile);
 */
-    Sprintf(buf, "\83I\83v\83V\83\87\83\93\82Í%s\82Ì\92\86\82ÅOPTIONS=<options>\82Æ\90Ý\92è\82µ\82Ü\82·", configfile);
+    Sprintf(buf, "\83I\83v\83V\83\87\83\93\82Í %s \82Ì\92\86\82ÅOPTIONS=<options>\82Æ\90Ý\92è\82µ\82Ü\82·", configfile);
     opt_intro[CONFIG_SLOT] = (const char *) buf;
     for (i = 0; opt_intro[i]; i++)
         putstr(datawin, 0, opt_intro[i]);
     opt_intro[CONFIG_SLOT] = (const char *) buf;
     for (i = 0; opt_intro[i]; i++)
         putstr(datawin, 0, opt_intro[i]);