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 10340 by zmatsuo, Fri Oct 28 13:25:45 2022 UTC revision 10341 by zmatsuo, Sat Oct 29 12:09:58 2022 UTC
# Line 713  void CVisualPropPageDlg::OnInitDialog() Line 713  void CVisualPropPageDlg::OnInitDialog()
713    
714          // (2) theme file          // (2) theme file
715          {          {
                 // TODO i18n  
716                  const static I18nTextInfo theme_select[] = {                  const static I18nTextInfo theme_select[] = {
717  #if defined(_MSC_VER)                          { "DLG_TAB_VISUAL_THEME_STARTUP_NO_USE", L"no use" },
718                          { NULL, L"使用しない" },                          { "DLG_TAB_VISUAL_THEME_STARTUP_FIXED_THEME", L"fixed theme file" },
719                          { NULL, L"固定テーマ(テーマファイル指定)" },                          { "DLG_TAB_VISUAL_THEME_STARTUP_RANDOM_THEME", L"random theme file" },
                         { NULL, L"ランダムテーマ" },  
 #else  
                         { NULL, L"no use" },  
                         { NULL, L"fixed theme file" },  
                         { NULL, L"random theme file" },  
 #endif  
720                  };                  };
721    
722                  int sel = ts.EtermLookfeel.BGEnable;                  int sel = ts.EtermLookfeel.BGEnable;

Legend:
Removed from v.10340  
changed lines
  Added in v.10341

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