Open-Source-Software-Entwicklung und Downloads

Browse Subversion Repository

Diff of /trunk/teraterm/teraterm/ftdlg.cpp

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

revision 2580 by maya, Wed Sep 3 05:27:50 2008 UTC revision 2653 by maya, Sat Feb 7 02:51:12 2009 UTC
# Line 56  BOOL CFileTransDlg::Create(PFileVar pfv, Line 56  BOOL CFileTransDlg::Create(PFileVar pfv,
56    else // parent window is VT window    else // parent window is VT window
57      Ok = CDialog::Create(CFileTransDlg::IDD, NULL);      Ok = CDialog::Create(CFileTransDlg::IDD, NULL);
58    
59      // 呼び出し元から移動 (2009.2.7 maya)
60      if (fv->HideDialog) {
61        ShowWindow(SW_HIDE);
62      }
63      else if (fv->OpId == OpLog) {
64        ShowWindow(SW_MINIMIZE);
65      }
66    
67    fv->HWin = GetSafeHwnd();    fv->HWin = GetSafeHwnd();
68    
69    font = (HFONT)SendMessage(WM_GETFONT, 0, 0);    font = (HFONT)SendMessage(WM_GETFONT, 0, 0);

Legend:
Removed from v.2580  
changed lines
  Added in v.2653

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