[Ttssh2-commit] [3355] 韓国語環境では韓国語設定になるようにした。

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 4月 28日 (火) 22:46:55 JST


Revision: 3355
          http://svn.sourceforge.jp/view?root=ttssh2&view=rev&rev=3355
Author:   doda
Date:     2009-04-28 22:46:55 +0900 (Tue, 28 Apr 2009)

Log Message:
-----------
韓国語環境では韓国語設定になるようにした。

Modified Paths:
--------------
    trunk/installer/teraterm.iss


-------------- next part --------------
Modified: trunk/installer/teraterm.iss
===================================================================
--- trunk/installer/teraterm.iss	2009-04-28 13:10:36 UTC (rev 3354)
+++ trunk/installer/teraterm.iss	2009-04-28 13:46:55 UTC (rev 3355)
@@ -541,6 +541,19 @@
       if Length(TEKFont) = 0 then
         SetIniString('Tera Term', 'TEKFont', 'Terminal,0,-8,128', iniFile);
     end;
+  $12: // Korean
+    begin
+      if Length(Language) = 0 then
+        SetIniString('Tera Term', 'Language', 'Korean', iniFile);
+      if Length(Locale) = 0 then
+        SetIniString('Tera Term', 'Locale', 'korean', iniFile);
+      if CodePage = 0 then
+        SetIniInt('Tera Term', 'CodePage', 949, iniFile);
+      if Length(VTFont) = 0 then
+        SetIniString('Tera Term', 'VTFont', 'Terminal,0,-12,255', iniFile);
+      if Length(TEKFont) = 0 then
+        SetIniString('Tera Term', 'TEKFont', 'Terminal,0,-8,255', iniFile);
+    end;
   $19: // Russian
     begin
       if Length(Language) = 0 then



Ttssh2-commit メーリングリストの案内
Back to archive index