| 118 |
{ IDC_TITLEFMT_DISPTCPPORT, "DLG_TAB_GENERAL_TITLEFMT_DISPTCPPORT" }, |
{ IDC_TITLEFMT_DISPTCPPORT, "DLG_TAB_GENERAL_TITLEFMT_DISPTCPPORT" }, |
| 119 |
{ IDC_TITLEFMT_DISPSERIALSPEED, "DLG_TAB_GENERAL_TITLEFMT_DISPSERIALSPEED" } |
{ IDC_TITLEFMT_DISPSERIALSPEED, "DLG_TAB_GENERAL_TITLEFMT_DISPSERIALSPEED" } |
| 120 |
}; |
}; |
| 121 |
SetDlgTexts(m_hWnd, TextInfos, _countof(TextInfos), ts.UILanguageFile); |
SetDlgTextsW(m_hWnd, TextInfos, _countof(TextInfos), ts.UILanguageFileW); |
| 122 |
|
|
| 123 |
// (1)DisableAcceleratorSendBreak |
// (1)DisableAcceleratorSendBreak |
| 124 |
SetCheck(IDC_DISABLE_SENDBREAK, ts.DisableAcceleratorSendBreak); |
SetCheck(IDC_DISABLE_SENDBREAK, ts.DisableAcceleratorSendBreak); |
| 244 |
{ IDC_CLIPBOARD_NOTIFY, "DLG_TAB_SEQUENCE_CLIPBOARD_NOTIFY" }, |
{ IDC_CLIPBOARD_NOTIFY, "DLG_TAB_SEQUENCE_CLIPBOARD_NOTIFY" }, |
| 245 |
{ IDC_ACCEPT_CLEAR_SBUFF, "DLG_TAB_SEQUENCE_ACCEPT_CLEAR_SBUFF" }, |
{ IDC_ACCEPT_CLEAR_SBUFF, "DLG_TAB_SEQUENCE_ACCEPT_CLEAR_SBUFF" }, |
| 246 |
}; |
}; |
| 247 |
SetDlgTexts(m_hWnd, TextInfos, _countof(TextInfos), ts.UILanguageFile); |
SetDlgTextsW(m_hWnd, TextInfos, _countof(TextInfos), ts.UILanguageFileW); |
| 248 |
|
|
| 249 |
const static I18nTextInfo accept_title_changing[] = { |
const static I18nTextInfo accept_title_changing[] = { |
| 250 |
{ "DLG_TAB_SEQUENCE_ACCEPT_TITLE_CHANGING_OFF", L"off" }, |
{ "DLG_TAB_SEQUENCE_ACCEPT_TITLE_CHANGING_OFF", L"off" }, |
| 442 |
{ IDC_PASTEDELAY_LABEL2, "DLG_TAB_COPYPASTE_PASTEDELAY2" }, |
{ IDC_PASTEDELAY_LABEL2, "DLG_TAB_COPYPASTE_PASTEDELAY2" }, |
| 443 |
{ IDC_SELECT_ON_ACTIVATE, "DLG_TAB_COPYPASTE_SELECT_ON_ACTIVATE" } |
{ IDC_SELECT_ON_ACTIVATE, "DLG_TAB_COPYPASTE_SELECT_ON_ACTIVATE" } |
| 444 |
}; |
}; |
| 445 |
SetDlgTexts(m_hWnd, TextInfos, _countof(TextInfos), ts.UILanguageFile); |
SetDlgTextsW(m_hWnd, TextInfos, _countof(TextInfos), ts.UILanguageFileW); |
| 446 |
|
|
| 447 |
// (1)Enable continued-line copy |
// (1)Enable continued-line copy |
| 448 |
SetCheck(IDC_LINECOPY, ts.EnableContinuedLineCopy); |
SetCheck(IDC_LINECOPY, ts.EnableContinuedLineCopy); |
| 667 |
{ IDC_URL_UNDERLINE, "DLG_TAB_VISUAL_URLUL" }, |
{ IDC_URL_UNDERLINE, "DLG_TAB_VISUAL_URLUL" }, |
| 668 |
{ IDC_RESTART, "DLG_TAB_VISUAL_RESTART" }, |
{ IDC_RESTART, "DLG_TAB_VISUAL_RESTART" }, |
| 669 |
}; |
}; |
| 670 |
SetDlgTexts(m_hWnd, TextInfos, _countof(TextInfos), ts.UILanguageFile); |
SetDlgTextsW(m_hWnd, TextInfos, _countof(TextInfos), ts.UILanguageFileW); |
| 671 |
|
|
| 672 |
const static I18nTextInfo visual_font_quality[] = { |
const static I18nTextInfo visual_font_quality[] = { |
| 673 |
{ "DLG_TAB_VISUAL_FONT_QUALITY_DEFAULT", L"Default" }, |
{ "DLG_TAB_VISUAL_FONT_QUALITY_DEFAULT", L"Default" }, |
| 1295 |
{ IDC_OPT_INCBUF, "DLG_FOPT_ALLBUFFINFIRST" }, |
{ IDC_OPT_INCBUF, "DLG_FOPT_ALLBUFFINFIRST" }, |
| 1296 |
{ IDC_OPT_TIMESTAMP, "DLG_FOPT_TIMESTAMP" }, |
{ IDC_OPT_TIMESTAMP, "DLG_FOPT_TIMESTAMP" }, |
| 1297 |
}; |
}; |
| 1298 |
SetDlgTexts(m_hWnd, TextInfos, _countof(TextInfos), ts.UILanguageFile); |
SetDlgTextsW(m_hWnd, TextInfos, _countof(TextInfos), ts.UILanguageFileW); |
| 1299 |
|
|
| 1300 |
const static I18nTextInfo fopt_timestamp[] = { |
const static I18nTextInfo fopt_timestamp[] = { |
| 1301 |
{ "DLG_FOPT_TIMESTAMP_LOCAL", L"Local Time" }, |
{ "DLG_FOPT_TIMESTAMP_LOCAL", L"Local Time" }, |
| 1634 |
static const DlgTextInfo TextInfos[] = { |
static const DlgTextInfo TextInfos[] = { |
| 1635 |
{ IDC_CYGWIN_PATH_LABEL, "DLG_TAB_CYGWIN_PATH" } |
{ IDC_CYGWIN_PATH_LABEL, "DLG_TAB_CYGWIN_PATH" } |
| 1636 |
}; |
}; |
| 1637 |
SetDlgTexts(m_hWnd, TextInfos, _countof(TextInfos), ts.UILanguageFile); |
SetDlgTextsW(m_hWnd, TextInfos, _countof(TextInfos), ts.UILanguageFileW); |
| 1638 |
|
|
| 1639 |
memcpy(&settings, &ts.CygtermSettings, sizeof(cygterm_t)); |
memcpy(&settings, &ts.CygtermSettings, sizeof(cygterm_t)); |
| 1640 |
|
|