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>EBhE^CgÅ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>OEBhEð\¦µÈ¢ÅOÌæðJnµ½Æ«A\¦³êĢȢOEBhEÉtH[JXª¢ÁĵܤÌðC³µ½B</li> <li>}NR}h "<a href="../macro/command/strscan.html">strscan</a>" ª³µ©È¢êª éÌðC³µ½B</li> <li>}NÌC¾êRgɨ¢ÄA³µRgð¯ÊµÈ¢P[XÉε½B</li> + <li>EBhE^CgÅ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); } } }