[Ttssh2-commit] [5021] VTIcon, TEKIcon の設定を保存しないようにした。

Zurück zum Archiv-Index

svnno****@sourc***** svnno****@sourc*****
2012年 9月 18日 (火) 16:18:41 JST


Revision: 5021
          http://sourceforge.jp/projects/ttssh2/scm/svn/commits/5021
Author:   doda
Date:     2012-09-18 16:18:40 +0900 (Tue, 18 Sep 2012)
Log Message:
-----------
VTIcon, TEKIcon の設定を保存しないようにした。

Modified Paths:
--------------
    trunk/doc/en/html/about/history.html
    trunk/doc/ja/html/about/history.html
    trunk/teraterm/ttpset/ttset.c

-------------- next part --------------
Modified: trunk/doc/en/html/about/history.html
===================================================================
--- trunk/doc/en/html/about/history.html	2012-09-06 13:41:20 UTC (rev 5020)
+++ trunk/doc/en/html/about/history.html	2012-09-18 07:18:40 UTC (rev 5021)
@@ -33,11 +33,11 @@
 
 <h3><a name="teraterm_4.76">2012.xx.xx (Ver 4.76)</a></h3>
 <ul class="history">
-  <!-- li>Changes
+  <li>Changes
     <ul>
-      <li></li>
+      <!-- li><a href="../setup/teraterm-win.html#WindowIcon">VTIcon, TEKIcon \x82̐ݒ\xE8</a>\x82\xF0\x95ۑ\xB6\x82\xB5\x82Ȃ\xA2\x82悤\x82ɂ\xB5\x82\xBD\x81B</li -->
     </ul>
-  </li -->
+  </li>
 
   <!-- li>Bug fixes
     <ul>

Modified: trunk/doc/ja/html/about/history.html
===================================================================
--- trunk/doc/ja/html/about/history.html	2012-09-06 13:41:20 UTC (rev 5020)
+++ trunk/doc/ja/html/about/history.html	2012-09-18 07:18:40 UTC (rev 5021)
@@ -33,11 +33,11 @@
 
 <h3><a name="teraterm_4.76">2012.xx.xx (Ver 4.76)</a></h3>
 <ul class="history">
-  <!-- li>\x95ύX
+  <li>\x95ύX
     <ul>
-      <li></li>
+      <li><a href="../setup/teraterm-win.html#WindowIcon">VTIcon, TEKIcon \x82̐ݒ\xE8</a>\x82\xF0\x95ۑ\xB6\x82\xB5\x82Ȃ\xA2\x82悤\x82ɂ\xB5\x82\xBD\x81B</li>
     </ul>
-  </li -->
+  </li>
 
   <!-- li>\x83o\x83O\x8FC\x90\xB3
     <ul>

Modified: trunk/teraterm/ttpset/ttset.c
===================================================================
--- trunk/teraterm/ttpset/ttset.c	2012-09-06 13:41:20 UTC (rev 5020)
+++ trunk/teraterm/ttpset/ttset.c	2012-09-18 07:18:40 UTC (rev 5021)
@@ -2434,14 +2434,6 @@
 	// Convert Unicode symbol characters to DEC Special characters
 	WriteUint(Section, "UnicodeToDecSpMapping", FName, ts->UnicodeDecSpMapping);
 
-	// VT Window Icon
-	IconId2IconName(Temp, sizeof(Temp), ts->VTIcon);
-	WritePrivateProfileString(Section, "VTIcon", Temp, FName);
-
-	// Tek Window Icon
-	IconId2IconName(Temp, sizeof(Temp), ts->TEKIcon);
-	WritePrivateProfileString(Section, "TEKIcon", Temp, FName);
-
 	// AutoScrollOnlyInBottomLine
 	WriteOnOff(Section, "AutoScrollOnlyInBottomLine", FName,
 		ts->AutoScrollOnlyInBottomLine);



Ttssh2-commit メーリングリストの案内
Zurück zum Archiv-Index