Browse Subversion Repository
Diff of /trunk/teraterm/teraterm/addsetting.cpp
Parent Directory
| Revision Log
| Patch
| 1440 |
SetDlgItemTextA(IDC_VIEWLOG_EDITOR, ts.ViewlogEditor); |
SetDlgItemTextA(IDC_VIEWLOG_EDITOR, ts.ViewlogEditor); |
| 1441 |
|
|
| 1442 |
// Log Default File Name |
// Log Default File Name |
| 1443 |
SetDlgItemTextA(IDC_DEFAULTNAME_EDITOR, ts.LogDefaultName); |
SetDlgItemTextW(IDC_DEFAULTNAME_EDITOR, ts.LogDefaultNameW); |
| 1444 |
static const wchar_t *logfile_patterns[] = { |
static const wchar_t *logfile_patterns[] = { |
| 1445 |
L"%H%M%S.log", |
L"%H%M%S.log", |
| 1446 |
L"%y%m%d%H%M%S.log", |
L"%y%m%d%H%M%S.log", |
| 1748 |
return; |
return; |
| 1749 |
} |
} |
| 1750 |
|
|
| 1751 |
WideCharToACP_t(def_name, ts.LogDefaultName, sizeof(ts.LogDefaultName)); |
ts.LogDefaultNameW = def_name; |
|
free(def_name); |
|
| 1752 |
free(buf3); |
free(buf3); |
| 1753 |
} |
} |
| 1754 |
|
|
|
|
Legend:
| Removed from v.10444 |
|
| changed lines |
| |
Added in v.10445 |
|
|
| |