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 10334 by zmatsuo, Sun Oct 23 15:16:36 2022 UTC revision 10338 by zmatsuo, Fri Oct 28 13:25:45 2022 UTC
# Line 682  void CVisualPropPageDlg::OnInitDialog() Line 682  void CVisualPropPageDlg::OnInitDialog()
682                  { IDC_ENABLE_ATTR_COLOR_URL, "DLG_TAB_VISUAL_URL_COLOR" },                      // URL Attribute                  { IDC_ENABLE_ATTR_COLOR_URL, "DLG_TAB_VISUAL_URL_COLOR" },                      // URL Attribute
683                  { IDC_ENABLE_ATTR_FONT_URL, "DLG_TAB_VISUAL_URL_FONT" },                  { IDC_ENABLE_ATTR_FONT_URL, "DLG_TAB_VISUAL_URL_FONT" },
684                  { IDC_ENABLE_ANSI_COLOR, "DLG_TAB_VISUAL_ANSI" },                  { IDC_ENABLE_ANSI_COLOR, "DLG_TAB_VISUAL_ANSI" },
685                    { IDC_CHECK_FAST_SIZE_MOVE, "DLG_TAB_VISUAL_FAST_SIZE_MOVE" },
686          };          };
687          SetDlgTextsW(m_hWnd, TextInfos, _countof(TextInfos), ts.UILanguageFileW);          SetDlgTextsW(m_hWnd, TextInfos, _countof(TextInfos), ts.UILanguageFileW);
688    

Legend:
Removed from v.10334  
changed lines
  Added in v.10338

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