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 3602 by maya, Sun Aug 16 03:05:42 2009 UTC revision 3709 by maya, Sun Dec 6 15:14:26 2009 UTC
# Line 235  void ShowFTDlg(WORD OpId) Line 235  void ShowFTDlg(WORD OpId)
235          if (OpId == OpLog) {          if (OpId == OpLog) {
236                  if (FLogDlg != NULL) {                  if (FLogDlg != NULL) {
237                          FLogDlg->ShowWindow(SW_SHOWNORMAL);                          FLogDlg->ShowWindow(SW_SHOWNORMAL);
238                            SetForegroundWindow(FLogDlg->GetSafeHwnd());
239                  }                  }
240          }          }
241          else {          else {
242                  if (SendDlg != NULL) {                  if (SendDlg != NULL) {
243                          SendDlg->ShowWindow(SW_SHOWNORMAL);                          SendDlg->ShowWindow(SW_SHOWNORMAL);
244                            SetForegroundWindow(SendDlg->GetSafeHwnd());
245                  }                  }
246          }          }
247  }  }

Legend:
Removed from v.3602  
changed lines
  Added in v.3709

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