Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.c
Parent Directory
| Revision Log
| Patch
| 470 |
settings->IconID = IDI_SECURETT; |
settings->IconID = IDI_SECURETT; |
| 471 |
} |
} |
| 472 |
|
|
| 473 |
|
// エラーおよび警告時のポップアップメッセージを抑止する (2014.6.26 yutaka) |
| 474 |
|
settings->DisablePopupMessage = GetPrivateProfileInt("TTSSH", "DisablePopupMessage", 0, fileName); |
| 475 |
|
|
| 476 |
clear_local_settings(pvar); |
clear_local_settings(pvar); |
| 477 |
} |
} |
| 478 |
|
|
| 573 |
// SSH アイコン |
// SSH アイコン |
| 574 |
WritePrivateProfileString("TTSSH", "SSHIcon", |
WritePrivateProfileString("TTSSH", "SSHIcon", |
| 575 |
(settings->IconID==IDI_SECURETT_YELLOW) ? "yellow" : "Default", fileName); |
(settings->IconID==IDI_SECURETT_YELLOW) ? "yellow" : "Default", fileName); |
| 576 |
|
|
| 577 |
|
_itoa(settings->DisablePopupMessage, buf, 10); |
| 578 |
|
WritePrivateProfileString("TTSSH", "DisablePopupMessage", buf, fileName); |
| 579 |
} |
} |
| 580 |
|
|
| 581 |
|
|
|
|
Legend:
| Removed from v.5579 |
|
| changed lines |
| |
Added in v.5620 |
|
|
| |