svnno****@sourc*****
svnno****@sourc*****
2013年 5月 28日 (火) 20:23:54 JST
Revision: 5294 http://sourceforge.jp/projects/ttssh2/scm/svn/commits/5294 Author: doda Date: 2013-05-28 20:23:53 +0900 (Tue, 28 May 2013) Log Message: ----------- 設定の保存で SSHIcon 設定を書き込むようにした。 Modified Paths: -------------- trunk/ttssh2/ttxssh/ttxssh.c -------------- next part -------------- Modified: trunk/ttssh2/ttxssh/ttxssh.c =================================================================== --- trunk/ttssh2/ttxssh/ttxssh.c 2013-05-28 00:56:03 UTC (rev 5293) +++ trunk/ttssh2/ttxssh/ttxssh.c 2013-05-28 11:23:53 UTC (rev 5294) @@ -564,6 +564,10 @@ // \x83z\x83X\x83g\x8C\xAE\x82\xCC DNS \x82ł̃`\x83F\x83b\x83N (RFC 4255) WritePrivateProfileString("TTSSH", "VerifyHostKeyDNS", settings->VerifyHostKeyDNS ? "1" : "0", fileName); + + // SSH \x83A\x83C\x83R\x83\x93 + WritePrivateProfileString("TTSSH", "SSHIcon", + (settings->IconID==IDI_SECURETT_YELLOW) ? "yellow" : "Default", fileName); }