Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/teraterm/teraterm/filesys_log.cpp

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

revision 10606 by zmatsuo, Tue Feb 21 15:12:57 2023 UTC revision 10614 by zmatsuo, Wed Mar 1 14:18:19 2023 UTC
# Line 129  static BOOL OpenFTDlg_(PFileVar fv) Line 129  static BOOL OpenFTDlg_(PFileVar fv)
129          }          }
130    
131          wchar_t *DlgCaption;          wchar_t *DlgCaption;
132          wchar_t uimsg[MAX_UIMSG];          wchar_t *uimsg;
133          get_lang_msgW("FILEDLG_TRANS_TITLE_LOG", uimsg, _countof(uimsg), TitLog, ts.UILanguageFile);          GetI18nStrWW("Tera Term", "FILEDLG_TRANS_TITLE_LOG", TitLog, ts.UILanguageFileW, &uimsg);
134          aswprintf(&DlgCaption, L"Tera Term: %s", uimsg);          aswprintf(&DlgCaption, L"Tera Term: %s", uimsg);
135            free(uimsg);
136    
137          CFileTransDlg::Info info;          CFileTransDlg::Info info;
138          info.UILanguageFile = ts.UILanguageFile;          info.UILanguageFileW = ts.UILanguageFileW;
139          info.OpId = CFileTransDlg::OpLog;          info.OpId = CFileTransDlg::OpLog;
140          info.DlgCaption = DlgCaption;          info.DlgCaption = DlgCaption;
141          info.FileName = NULL;          info.FileName = NULL;

Legend:
Removed from v.10606  
changed lines
  Added in v.10614

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