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 |
|
SetDlgItemTextW(IDC_DEFAULTNAME_EDITOR, ts.LogDefaultNameW); |
|
| 1443 |
static const wchar_t *logfile_patterns[] = { |
static const wchar_t *logfile_patterns[] = { |
| 1444 |
L"teraterm.log", |
L"teraterm.log", |
| 1445 |
L"%H%M%S.log", |
L"%H%M%S.log", |
| 1457 |
SendDlgItemMessageW(IDC_DEFAULTNAME_EDITOR, CB_ADDSTRING, 0, (LPARAM)pattern); |
SendDlgItemMessageW(IDC_DEFAULTNAME_EDITOR, CB_ADDSTRING, 0, (LPARAM)pattern); |
| 1458 |
} |
} |
| 1459 |
ExpandCBWidth(m_hWnd, IDC_DEFAULTNAME_EDITOR); |
ExpandCBWidth(m_hWnd, IDC_DEFAULTNAME_EDITOR); |
| 1460 |
|
SetDlgItemTextW(IDC_DEFAULTNAME_EDITOR, ts.LogDefaultNameW); |
| 1461 |
|
|
| 1462 |
// Log Default File Path (2007.5.30 maya) |
// Log Default File Path (2007.5.30 maya) |
| 1463 |
SetDlgItemTextW(IDC_DEFAULTPATH_EDITOR, ts.LogDefaultPathW); |
SetDlgItemTextW(IDC_DEFAULTPATH_EDITOR, ts.LogDefaultPathW); |
| 1531 |
*/ |
*/ |
| 1532 |
m_TipWin->Create(m_hWnd); |
m_TipWin->Create(m_hWnd); |
| 1533 |
|
|
| 1534 |
// ダイアログにフォーカスを当てる |
PostMessage(m_hWnd, WM_NEXTDLGCTL, |
| 1535 |
::SetFocus(::GetDlgItem(GetSafeHwnd(), IDC_VIEWLOG_EDITOR)); |
(WPARAM)GetDlgItem(IDC_VIEWLOG_EDITOR), TRUE); |
| 1536 |
} |
} |
| 1537 |
|
|
| 1538 |
wchar_t *CLogPropPageDlg::MakePreviewStr(const wchar_t *format, const wchar_t *UILanguageFile) |
wchar_t *CLogPropPageDlg::MakePreviewStr(const wchar_t *format, const wchar_t *UILanguageFile) |
|
|
Legend:
| Removed from v.10743 |
|
| changed lines |
| |
Added in v.10744 |
|
|
| |