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 2557 by yutakapon, Tue Jul 8 16:43:56 2008 UTC revision 2576 by doda, Fri Aug 8 01:28:34 2008 UTC
# Line 16  Line 16 
16  #include "ttdde.h"  #include "ttdde.h"
17  #include "ttlib.h"  #include "ttlib.h"
18  #include "helpid.h"  #include "helpid.h"
19    #include "dlglib.h"
20    
21  #include "filesys.h"  #include "filesys.h"
22  #include "ftlib.h"  #include "ftlib.h"
# Line 222  BOOL OpenFTDlg(PFileVar fv) Line 223  BOOL OpenFTDlg(PFileVar fv)
223          get_lang_msg("BTN_HELP", ts.UIMsg, sizeof(ts.UIMsg), uimsg, ts.UILanguageFile);          get_lang_msg("BTN_HELP", ts.UIMsg, sizeof(ts.UIMsg), uimsg, ts.UILanguageFile);
224          SetDlgItemText(HFTDlg, IDC_TRANSHELP, ts.UIMsg);          SetDlgItemText(HFTDlg, IDC_TRANSHELP, ts.UIMsg);
225    
226            if (fv->OpId == OpSendFile) {
227                    InitDlgProgress(HFTDlg, IDC_TRANSPROGRESS, &fv->ProgStat);
228            }
229            else {
230                    fv->ProgStat = -1;
231            }
232    
233          return (FTDlg!=NULL);          return (FTDlg!=NULL);
234  }  }
235    
# Line 777  void FileSendStart() Line 785  void FileSendStart()
785                  return;                  return;
786          }          }
787          SendVar->ByteCount = 0;          SendVar->ByteCount = 0;
788            SendVar->FileSize = GetFSize(SendVar->FullName);
789    
790          TalkStatus = IdTalkFile;          TalkStatus = IdTalkFile;
791          FileRetrySend = FALSE;          FileRetrySend = FALSE;

Legend:
Removed from v.2557  
changed lines
  Added in v.2576

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