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.21 by maya, Tue Jan 29 17:43:33 2008 UTC revision 1.22 by maya, Sat Feb 2 15:36:50 2008 UTC
# Line 217  BOOL OpenFTDlg(PFileVar fv) Line 217  BOOL OpenFTDlg(PFileVar fv)
217          return (FTDlg!=NULL);          return (FTDlg!=NULL);
218  }  }
219    
220    void ShowFTDlg(WORD OpId)
221    {
222            if (OpId == OpLog) {
223                    if (FLogDlg != NULL) {
224                            FLogDlg->ShowWindow(SW_SHOWNORMAL);
225                    }
226            }
227            else {
228                    if (SendDlg != NULL) {
229                            SendDlg->ShowWindow(SW_SHOWNORMAL);
230                    }
231            }
232    }
233    
234  BOOL NewFileVar(PFileVar *fv)  BOOL NewFileVar(PFileVar *fv)
235  {  {
236          if ((*fv)==NULL)          if ((*fv)==NULL)

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

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