Browse Subversion Repository
Diff of /trunk/ttssh2/ttxssh/hosts.c
Parent Directory
| Revision Log
| Patch
| 1808 |
// add host check boxにチェックをデフォルトで入れておく |
// add host check boxにチェックをデフォルトで入れておく |
| 1809 |
SendMessage(GetDlgItem(dlg, IDC_ADDTOKNOWNHOSTS), BM_SETCHECK, BST_CHECKED, 0); |
SendMessage(GetDlgItem(dlg, IDC_ADDTOKNOWNHOSTS), BM_SETCHECK, BST_CHECKED, 0); |
| 1810 |
|
|
| 1811 |
|
CenterWindow(dlg, GetParent(dlg)); |
| 1812 |
|
|
| 1813 |
return TRUE; /* because we do not set the focus */ |
return TRUE; /* because we do not set the focus */ |
| 1814 |
|
|
| 1815 |
case WM_COMMAND: |
case WM_COMMAND: |
| 1972 |
DlgHostsReplaceFont = NULL; |
DlgHostsReplaceFont = NULL; |
| 1973 |
} |
} |
| 1974 |
#endif |
#endif |
| 1975 |
|
CenterWindow(dlg, GetParent(dlg)); |
| 1976 |
// デフォルトでチェックは入れない |
// デフォルトでチェックは入れない |
| 1977 |
return TRUE; /* because we do not set the focus */ |
return TRUE; /* because we do not set the focus */ |
| 1978 |
|
|
| 2138 |
DlgHostsAddFont = NULL; |
DlgHostsAddFont = NULL; |
| 2139 |
} |
} |
| 2140 |
#endif |
#endif |
| 2141 |
|
CenterWindow(dlg, GetParent(dlg)); |
| 2142 |
// add host check box のデフォルトは off にする |
// add host check box のデフォルトは off にする |
| 2143 |
// SendMessage(GetDlgItem(dlg, IDC_ADDTOKNOWNHOSTS), BM_SETCHECK, BST_CHECKED, 0); |
// SendMessage(GetDlgItem(dlg, IDC_ADDTOKNOWNHOSTS), BM_SETCHECK, BST_CHECKED, 0); |
| 2144 |
|
|
|
|
Legend:
| Removed from v.7560 |
|
| changed lines |
| |
Added in v.7592 |
|
|
| |