Develop and Download Open Source Software

Browse CVS Repository

Diff of /ttssh2/teraterm/source/teraterm/filesys.cpp

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

revision 1.22 by maya, Sat Feb 2 15:36:50 2008 UTC revision 1.23 by yutakapon, Wed Feb 13 14:12:54 2008 UTC
# Line 34  static BYTE FileByte; Line 34  static BYTE FileByte;
34    
35  static BOOL FSend = FALSE;  static BOOL FSend = FALSE;
36    
37    HWND HWndLog = NULL; //steven add
38    
39  static HMODULE HTTFILE = NULL;  static HMODULE HTTFILE = NULL;
40  static int TTFILECount = 0;  static int TTFILECount = 0;
41    
# Line 184  BOOL OpenFTDlg(PFileVar fv) Line 186  BOOL OpenFTDlg(PFileVar fv)
186                  FTDlg->RefreshNum();                  FTDlg->RefreshNum();
187                  if (fv->HideDialog)                  if (fv->HideDialog)
188                          FTDlg->ShowWindow(SW_HIDE);                          FTDlg->ShowWindow(SW_HIDE);
189                  else if (fv->OpId == OpLog)                  else if (fv->OpId == OpLog) {
190                          FTDlg->ShowWindow(SW_MINIMIZE);                          FTDlg->ShowWindow(SW_MINIMIZE);
191                            HWndLog = FTDlg->m_hWnd; // steven add
192                    }
193          }          }
194    
195          if (fv->OpId==OpLog)          if (fv->OpId==OpLog)
# Line 785  void FileTransEnd(WORD OpId) Line 789  void FileTransEnd(WORD OpId)
789                  {                  {
790                          FLogDlg->DestroyWindow();                          FLogDlg->DestroyWindow();
791                          FLogDlg = NULL;                          FLogDlg = NULL;
792                            HWndLog = NULL; // steven add
793                  }                  }
794                  FreeFileVar(&LogVar);                  FreeFileVar(&LogVar);
795                  FreeLogBuf();                  FreeLogBuf();

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

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