Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/teraterm/teraterm/addsetting.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 9420 by zmatsuo, Mon Sep 13 15:20:06 2021 UTC revision 9733 by zmatsuo, Mon Feb 7 15:27:33 2022 UTC
# Line 1741  int CALLBACK CAddSettingPropSheetDlg::Pr Line 1741  int CALLBACK CAddSettingPropSheetDlg::Pr
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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26