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 9789 by zmatsuo, Tue Mar 8 14:36:45 2022 UTC revision 9853 by zmatsuo, Tue Apr 12 13:19:41 2022 UTC
# Line 502  static INT_PTR CALLBACK LogFnHook(HWND D Line 502  static INT_PTR CALLBACK LogFnHook(HWND D
502                  SendDlgItemMessage(Dialog, IDC_TEXTCODING_DROPDOWN, CB_SETCURSEL, 0, 0);                  SendDlgItemMessage(Dialog, IDC_TEXTCODING_DROPDOWN, CB_SETCURSEL, 0, 0);
503    
504                  SetDlgItemTextW(Dialog, IDC_FOPT_FILENAME_EDIT, work->info->filename);                  SetDlgItemTextW(Dialog, IDC_FOPT_FILENAME_EDIT, work->info->filename);
                 work->info->filename = NULL;  
505    
506                  // Binary/Text チェックボックス                  // Binary/Text チェックボックス
507                  if (pts->LogBinary) {                  if (pts->LogBinary) {
# Line 550  static INT_PTR CALLBACK LogFnHook(HWND D Line 549  static INT_PTR CALLBACK LogFnHook(HWND D
549                          DisableDlgItem(Dialog, IDC_TIMESTAMPTYPE, IDC_TIMESTAMPTYPE);                          DisableDlgItem(Dialog, IDC_TIMESTAMPTYPE, IDC_TIMESTAMPTYPE);
550                  }                  }
551    
552                    CheckLogFile(Dialog, work->info->filename, work);
553                    work->info->filename = NULL;
554    
555                  CenterWindow(Dialog, GetParent(Dialog));                  CenterWindow(Dialog, GetParent(Dialog));
556    
557                  return TRUE;                  return TRUE;

Legend:
Removed from v.9789  
changed lines
  Added in v.9853

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