Browse Subversion Repository
Diff of /trunk/teraterm/teraterm/addsetting.cpp
Parent Directory
| Revision Log
| Patch
| 363 |
// (9)IDC_CLIPBOARD_NOTIFY |
// (9)IDC_CLIPBOARD_NOTIFY |
| 364 |
btn = (CButton *)GetDlgItem(IDC_CLIPBOARD_NOTIFY); |
btn = (CButton *)GetDlgItem(IDC_CLIPBOARD_NOTIFY); |
| 365 |
btn->SetCheck(ts.NotifyClipboardAccess); |
btn->SetCheck(ts.NotifyClipboardAccess); |
| 366 |
|
if (HasBalloonTipSupport()) { |
| 367 |
|
btn->EnableWindow(TRUE); |
| 368 |
|
} |
| 369 |
|
else { |
| 370 |
|
btn->EnableWindow(FALSE); |
| 371 |
|
} |
| 372 |
|
|
| 373 |
// ダイアログにフォーカスを当てる (2004.12.7 yutaka) |
// ダイアログにフォーカスを当てる (2004.12.7 yutaka) |
| 374 |
::SetFocus(::GetDlgItem(GetSafeHwnd(), IDC_ACCEPT_MOUSE_EVENT_TRACKING)); |
::SetFocus(::GetDlgItem(GetSafeHwnd(), IDC_ACCEPT_MOUSE_EVENT_TRACKING)); |
|
|
Legend:
| Removed from v.6688 |
|
| changed lines |
| |
Added in v.6713 |
|
|
|