Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.c
Parent Directory
| Revision Log
| Patch
| 7397 |
|
|
| 7398 |
SetFocus(GetDlgItem(dlg, IDC_OLD_PASSWD)); |
SetFocus(GetDlgItem(dlg, IDC_OLD_PASSWD)); |
| 7399 |
|
|
| 7400 |
|
CenterWindow(dlg, GetParent(dlg)); |
| 7401 |
|
|
| 7402 |
return FALSE; |
return FALSE; |
| 7403 |
|
|
| 7404 |
case WM_COMMAND: |
case WM_COMMAND: |
| 8122 |
switch (msg) { |
switch (msg) { |
| 8123 |
case WM_INITDIALOG: |
case WM_INITDIALOG: |
| 8124 |
closed = 0; |
closed = 0; |
| 8125 |
|
CenterWindow(hWnd, GetParent(hWnd)); |
| 8126 |
return FALSE; |
return FALSE; |
| 8127 |
|
|
| 8128 |
// SCPファイル受信(remote-to-local)時、使用する。 |
// SCPファイル受信(remote-to-local)時、使用する。 |
|
|
Legend:
| Removed from v.7560 |
|
| changed lines |
| |
Added in v.7592 |
|
|
|