Browse Subversion Repository
Diff of /trunk/teraterm/teraterm/addsetting.cpp
Parent Directory
| Revision Log
| Patch
| 1741 |
} |
} |
| 1742 |
case PSCB_INITIALIZED: |
case PSCB_INITIALIZED: |
| 1743 |
{ |
{ |
| 1744 |
|
static const DlgTextInfo TextInfos[] = { |
| 1745 |
|
{ IDOK, "BTN_OK" }, |
| 1746 |
|
{ IDCANCEL, "BTN_CANCEL" }, |
| 1747 |
|
{ IDHELP, "BTN_HELP" }, |
| 1748 |
|
}; |
| 1749 |
CAddSettingPropSheetDlg *self = gTTCPS; |
CAddSettingPropSheetDlg *self = gTTCPS; |
| 1750 |
self->m_hWnd = hWnd; |
self->m_hWnd = hWnd; |
| 1751 |
|
SetDlgTexts(hWnd, TextInfos, _countof(TextInfos), ts.UILanguageFile); |
| 1752 |
CenterWindow(hWnd, self->m_hParentWnd); |
CenterWindow(hWnd, self->m_hParentWnd); |
| 1753 |
break; |
break; |
| 1754 |
} |
} |
|
|
Legend:
| Removed from v.9420 |
|
| changed lines |
| |
Added in v.9733 |
|
|
| |