Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.c
Parent Directory
| Revision Log
| Patch
| 2529 |
SendMessage(GetDlgItem(dlg, IDC_ZLIB_VERSION), WM_SETTEXT, 0, (LPARAM)buf); |
SendMessage(GetDlgItem(dlg, IDC_ZLIB_VERSION), WM_SETTEXT, 0, (LPARAM)buf); |
| 2530 |
|
|
| 2531 |
// PuTTYのバージョンを設定する (2011.7.26 yutaka) |
// PuTTYのバージョンを設定する (2011.7.26 yutaka) |
| 2532 |
#ifdef PUTTYVERSION |
_snprintf_s(buf, sizeof(buf), _TRUNCATE, "PuTTY %s", putty_get_version()); |
|
_snprintf_s(buf, sizeof(buf), _TRUNCATE, "PuTTY %s", PUTTYVERSION); |
|
|
#else |
|
|
_snprintf(buf, sizeof(buf), "PuTTY Unknown"); |
|
|
#endif |
|
| 2533 |
SendMessage(GetDlgItem(dlg, IDC_PUTTY_VERSION), WM_SETTEXT, 0, (LPARAM)buf); |
SendMessage(GetDlgItem(dlg, IDC_PUTTY_VERSION), WM_SETTEXT, 0, (LPARAM)buf); |
| 2534 |
} |
} |
| 2535 |
|
|
|
|
Legend:
| Removed from v.6623 |
|
| changed lines |
| |
Added in v.6624 |
|
|
| |