Browse Subversion Repository
Diff of /trunk/teraterm/teraterm/filesys_log.cpp
Parent Directory
| Revision Log
| Patch
| 502 |
SendDlgItemMessage(Dialog, IDC_TEXTCODING_DROPDOWN, CB_SETCURSEL, 0, 0); |
SendDlgItemMessage(Dialog, IDC_TEXTCODING_DROPDOWN, CB_SETCURSEL, 0, 0); |
| 503 |
|
|
| 504 |
SetDlgItemTextW(Dialog, IDC_FOPT_FILENAME_EDIT, work->info->filename); |
SetDlgItemTextW(Dialog, IDC_FOPT_FILENAME_EDIT, work->info->filename); |
|
work->info->filename = NULL; |
|
| 505 |
|
|
| 506 |
// Binary/Text チェックボックス |
// Binary/Text チェックボックス |
| 507 |
if (pts->LogBinary) { |
if (pts->LogBinary) { |
| 549 |
DisableDlgItem(Dialog, IDC_TIMESTAMPTYPE, IDC_TIMESTAMPTYPE); |
DisableDlgItem(Dialog, IDC_TIMESTAMPTYPE, IDC_TIMESTAMPTYPE); |
| 550 |
} |
} |
| 551 |
|
|
| 552 |
|
CheckLogFile(Dialog, work->info->filename, work); |
| 553 |
|
work->info->filename = NULL; |
| 554 |
|
|
| 555 |
CenterWindow(Dialog, GetParent(Dialog)); |
CenterWindow(Dialog, GetParent(Dialog)); |
| 556 |
|
|
| 557 |
return TRUE; |
return TRUE; |
|
|
Legend:
| Removed from v.9789 |
|
| changed lines |
| |
Added in v.9853 |
|
|
| |