[Ttssh2-commit] [3606] ウィンドウタイトルでTCPポート番号が表示されない場合があるのを修正した。

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2009年 8月 20日 (木) 05:03:31 JST


Revision: 3606
          http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=3606
Author:   doda
Date:     2009-08-20 05:03:31 +0900 (Thu, 20 Aug 2009)

Log Message:
-----------
ウィンドウタイトルでTCPポート番号が表示されない場合があるのを修正した。
http://logmett.com/forum/viewtopic.php?f=8&t=1189

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


-------------- next part --------------
Modified: trunk/doc/en/html/about/history.html
===================================================================
--- trunk/doc/en/html/about/history.html	2009-08-17 14:18:52 UTC (rev 3605)
+++ trunk/doc/en/html/about/history.html	2009-08-19 20:03:31 UTC (rev 3606)
@@ -44,6 +44,7 @@
       <li>fixed the problem that the invisible log dialog has focus when Tera Term start logging without displaying log dialog.</li>
       <li><a href="../macro/command/strscan.html">strscan</a> macro command does not work correctly.</li>
       <li>fixed the problem that the c language style comment does not work well.</li>
+      <!--li>ƒEƒBƒ“ƒhƒEƒ^ƒCƒgƒ‹‚ÅTCPƒ|[ƒg”ԍ†‚ª³‚µ‚­•\Ž¦‚³‚ê‚È‚¢ê‡‚ª‚ ‚é‚Ì‚ðC³‚µ‚½B</li-->
     </ul>
   </li>
 

Modified: trunk/doc/ja/html/about/history.html
===================================================================
--- trunk/doc/ja/html/about/history.html	2009-08-17 14:18:52 UTC (rev 3605)
+++ trunk/doc/ja/html/about/history.html	2009-08-19 20:03:31 UTC (rev 3606)
@@ -44,6 +44,7 @@
       <li>ƒƒOƒEƒBƒ“ƒhƒE‚ð•\Ž¦‚µ‚È‚¢‚эƒOÌŽæ‚ðŠJŽn‚µ‚½‚Æ‚«A•\Ž¦‚³‚ê‚Ä‚¢‚È‚¢ƒƒOƒEƒBƒ“ƒhƒE‚ɃtƒH[ƒJƒX‚ª‚¢‚Á‚Ä‚µ‚Ü‚¤‚Ì‚ðC³‚µ‚½B</li>
       <li>ƒ}ƒNƒƒRƒ}ƒ“ƒh "<a href="../macro/command/strscan.html">strscan</a>" ‚ª³‚µ‚­“­‚©‚È‚¢ê‡‚ª‚ ‚é‚Ì‚ðC³‚µ‚½B</li>
       <li>ƒ}ƒNƒ‚ÌCŒ¾Œê•—ƒRƒƒ“ƒg‚É‚¨‚¢‚āA³‚µ‚­ƒRƒƒ“ƒg‚ðŽ¯•Ê‚µ‚È‚¢ƒP[ƒX‚ɑΉž‚µ‚½B</li>
+      <li>ƒEƒBƒ“ƒhƒEƒ^ƒCƒgƒ‹‚ÅTCPƒ|[ƒg”ԍ†‚ª³‚µ‚­•\Ž¦‚³‚ê‚È‚¢ê‡‚ª‚ ‚é‚Ì‚ðC³‚µ‚½B</li>
     </ul>
   </li>
 

Modified: trunk/teraterm/teraterm/ttwinman.c
===================================================================
--- trunk/teraterm/teraterm/ttwinman.c	2009-08-17 14:18:52 UTC (rev 3605)
+++ trunk/teraterm/teraterm/ttwinman.c	2009-08-19 20:03:31 UTC (rev 3606)
@@ -197,7 +197,7 @@
 				_snprintf_s(TempTitle, sizeof(TempTitle), _TRUNCATE, "%s - %s", str, TempTitleWithRemote);
 			}
 			else {
-				strncat_s(TempTitle, sizeof(TempTitle), ts.HostName, _TRUNCATE);
+				strncat_s(TempTitle, sizeof(TempTitle), str, _TRUNCATE);
 			}
 		}
 	}



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