svnno****@sourc*****
svnno****@sourc*****
2012年 11月 5日 (月) 20:13:43 JST
Revision: 5059 http://sourceforge.jp/projects/ttssh2/scm/svn/commits/5059 Author: maya Date: 2012-11-05 20:13:43 +0900 (Mon, 05 Nov 2012) Log Message: ----------- TTSSH アイコンを緑色に変更 今までの黄色のアイコンもリソース内に残す Modified Paths: -------------- trunk/doc/en/html/about/history.html trunk/doc/ja/html/about/history.html trunk/ttssh2/ttxssh/resource.h trunk/ttssh2/ttxssh/ttsecure.ico trunk/ttssh2/ttxssh/ttxssh.rc Added Paths: ----------- trunk/ttssh2/ttxssh/ttsecure_yellow.ico -------------- next part -------------- Modified: trunk/doc/en/html/about/history.html =================================================================== --- trunk/doc/en/html/about/history.html 2012-11-05 07:44:55 UTC (rev 5058) +++ trunk/doc/en/html/about/history.html 2012-11-05 11:13:43 UTC (rev 5059) @@ -1956,6 +1956,7 @@ <li>added some service names of the port number at the SSH Fowarding dialog.</li> <li>The length of the DSA key on the <a href="../menu/setup-sshkeygenerator.html">SSH Keygenerator</a> is fixed at 1024 bit because the SSH protocol will support only the 1024 bit officially.</li> <li>added support for the PuTTY format and SECSH(ssh.com) format of the SSH2 private key.</li> + <!--li>TTSSH\x82̃A\x83C\x83R\x83\x93\x82\xF0\x97ΐF\x82ɕύX\x82\xB5\x82\xBD</li--> </ul> </li> Modified: trunk/doc/ja/html/about/history.html =================================================================== --- trunk/doc/ja/html/about/history.html 2012-11-05 07:44:55 UTC (rev 5058) +++ trunk/doc/ja/html/about/history.html 2012-11-05 11:13:43 UTC (rev 5059) @@ -1957,6 +1957,7 @@ <li>SSH Forwarding\x83_\x83C\x83A\x83\x8D\x83O\x82̃|\x81[\x83g\x94ԍ\x86\x82̃T\x81[\x83r\x83X\x96\xBC\x82\xF0\x92lj\xC1\x82\xB5\x82\xBD\x81B</li> <li>SSH\x83v\x83\x8D\x83g\x83R\x83\x8B\x82ł͐\xB3\x8E\xAE\x82ɃT\x83|\x81[\x83g\x82\xB5\x82Ă\xA2\x82\xE9\x82̂\xCD1024\x83r\x83b\x83g\x82ł\xA0\x82邽\x82߁A<a href="../menu/setup-sshkeygenerator.html">SSH \x8C\xAE\x90\xB6\x90\xAC</a>\x82ŁADSA \x8C\xAE\x82̌\xAE\x92\xB7\x82\xF0 1024 \x83r\x83b\x83g\x8CŒ\xE8\x82ɕύX\x82\xB5\x82\xBD\x81B</li> <li>PuTTY \x8C`\x8E\xAE\x82\xA8\x82\xE6\x82\xD1 SECSH(ssh.com) \x8C`\x8E\xAE\x82\xCC SSH2 \x94閧\x8C\xAE\x82ɑΉ\x9E\x82\xB5\x82\xBD\x81B</li> + <li>TTSSH\x82̃A\x83C\x83R\x83\x93\x82\xF0\x97ΐF\x82ɕύX\x82\xB5\x82\xBD</li> </ul> </li> Modified: trunk/ttssh2/ttxssh/resource.h =================================================================== --- trunk/ttssh2/ttxssh/resource.h 2012-11-05 07:44:55 UTC (rev 5058) +++ trunk/ttssh2/ttxssh/resource.h 2012-11-05 11:13:43 UTC (rev 5059) @@ -15,6 +15,7 @@ #define IDD_SSHSCP_PROGRESS 107 #define IDD_SSHPASSWD_INPUT 108 #define IDD_SFTP_DIALOG 109 +#define IDI_SECURETT_YELLOW 110 #define IDD_HOSTDLG 600 #define IDC_HOSTTCPIP 601 #define IDD_SSHDIFFERENTKEY 601 @@ -203,7 +204,7 @@ // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 110 +#define _APS_NEXT_RESOURCE_VALUE 111 #define _APS_NEXT_COMMAND_VALUE 40001 #define _APS_NEXT_CONTROL_VALUE 1210 #define _APS_NEXT_SYMED_VALUE 101 Modified: trunk/ttssh2/ttxssh/ttsecure.ico =================================================================== (Binary files differ) Added: trunk/ttssh2/ttxssh/ttsecure_yellow.ico =================================================================== (Binary files differ) Property changes on: trunk/ttssh2/ttxssh/ttsecure_yellow.ico ___________________________________________________________________ Added: svn:mime-type + application/octet-stream Modified: trunk/ttssh2/ttxssh/ttxssh.rc =================================================================== --- trunk/ttssh2/ttxssh/ttxssh.rc 2012-11-05 07:44:55 UTC (rev 5058) +++ trunk/ttssh2/ttxssh/ttxssh.rc 2012-11-05 11:13:43 UTC (rev 5059) @@ -595,6 +595,7 @@ // Icon with lowest ID value placed first to ensure application icon // remains consistent on all systems. IDI_SECURETT ICON "ttsecure.ico" +IDI_SECURETT_YELLOW ICON "ttsecure_yellow.ico" ///////////////////////////////////////////////////////////////////////////// //