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 9048 by nmaya, Wed Dec 16 12:24:13 2020 UTC revision 9070 by zmatsuo, Sun Dec 20 12:09:55 2020 UTC
# Line 138  static BOOL OpenFTDlg_(PFileVar fv) Line 138  static BOOL OpenFTDlg_(PFileVar fv)
138          get_lang_msgW("FILEDLG_TRANS_TITLE_LOG", uimsg, _countof(uimsg), TitLogW, ts.UILanguageFile);          get_lang_msgW("FILEDLG_TRANS_TITLE_LOG", uimsg, _countof(uimsg), TitLogW, ts.UILanguageFile);
139          aswprintf(&DlgCaption, L"Tera Term: %s", uimsg);          aswprintf(&DlgCaption, L"Tera Term: %s", uimsg);
140    
141          CFileTransDlgInfo info;          CFileTransDlg::Info info;
142          info.UILanguageFile = ts.UILanguageFile;          info.UILanguageFile = ts.UILanguageFile;
143          info.OpId = OpLog;          info.OpId = CFileTransDlg::OpLog;
144          info.DlgCaption = DlgCaption;          info.DlgCaption = DlgCaption;
145          info.FileName = NULL;          info.FileName = NULL;
146          info.FullName = fv->FullName;          info.FullName = fv->FullName;

Legend:
Removed from v.9048  
changed lines
  Added in v.9070

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