Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ttxssh.c
Parent Directory
| Revision Log
| Patch
| 2933 |
} |
} |
| 2934 |
|
|
| 2935 |
init_about_dlg(pvar, dlg); |
init_about_dlg(pvar, dlg); |
| 2936 |
CheckDlgButton(dlg, IDC_FP_HASH_ALG_MD5, TRUE); |
CheckDlgButton(dlg, IDC_FP_HASH_ALG_SHA256, TRUE); |
| 2937 |
about_dlg_set_abouttext(pvar, dlg, SSH_DIGEST_MD5); |
about_dlg_set_abouttext(pvar, dlg, SSH_DIGEST_SHA256); |
| 2938 |
SetFocus(GetDlgItem(dlg, IDOK)); |
SetFocus(GetDlgItem(dlg, IDOK)); |
| 2939 |
|
|
| 2940 |
// Edit controlをサブクラス化する。 |
// Edit controlをサブクラス化する。 |
|
|
Legend:
| Removed from v.6144 |
|
| changed lines |
| |
Added in v.6145 |
|
|
| |