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 9869 by zmatsuo, Wed Apr 20 13:01:42 2022 UTC revision 9870 by zmatsuo, Wed Apr 20 13:01:51 2022 UTC
# Line 507  static INT_PTR CALLBACK LogFnHook(HWND D Line 507  static INT_PTR CALLBACK LogFnHook(HWND D
507                  // Binary/Text チェックボックス                  // Binary/Text チェックボックス
508                  if (pts->LogBinary) {                  if (pts->LogBinary) {
509                          CheckRadioButton(Dialog, IDC_FOPTBIN, IDC_FOPTTEXT, IDC_FOPTBIN);                          CheckRadioButton(Dialog, IDC_FOPTBIN, IDC_FOPTTEXT, IDC_FOPTBIN);
510                            EnableWindow(GetDlgItem(Dialog, IDC_TEXTCODING_DROPDOWN), FALSE);
511                            EnableWindow(GetDlgItem(Dialog, IDC_BOM), FALSE);
512                  }                  }
513                  else {                  else {
514                          CheckRadioButton(Dialog, IDC_FOPTBIN, IDC_FOPTTEXT, IDC_FOPTTEXT);                          CheckRadioButton(Dialog, IDC_FOPTBIN, IDC_FOPTTEXT, IDC_FOPTTEXT);

Legend:
Removed from v.9869  
changed lines
  Added in v.9870

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