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 10008 by zmatsuo, Sat Apr 23 16:12:37 2022 UTC revision 10009 by nmaya, Thu Jun 23 23:59:07 2022 UTC
# Line 391  typedef struct { Line 391  typedef struct {
391          BOOL file_exist;          BOOL file_exist;
392          int current_bom;          int current_bom;
393          TTTSet *pts;          TTTSet *pts;
394            TComVar *pcv;
395  } LogDlgWork_t;  } LogDlgWork_t;
396    
397  static void ArrangeControls(HWND Dialog, LogDlgWork_t *work)  static void ArrangeControls(HWND Dialog, LogDlgWork_t *work)
# Line 576  static INT_PTR CALLBACK LogFnHook(HWND D Line 577  static INT_PTR CALLBACK LogFnHook(HWND D
577                          EndDialog(Dialog, IDCANCEL);                          EndDialog(Dialog, IDCANCEL);
578                          break;                          break;
579                  case IDHELP:                  case IDHELP:
580                          OpenHelp(HH_HELP_CONTEXT, HlpFileLog, work->pts->UILanguageFile);                          OpenHelpCV(work->pcv, HH_HELP_CONTEXT, HlpFileLog);
581                          break;                          break;
582                  case IDC_FOPT_FILENAME_BUTTON: {                  case IDC_FOPT_FILENAME_BUTTON: {
583                          /* save current dir */                          /* save current dir */
# Line 1334  BOOL FLogOpenDialog(HINSTANCE hInst, HWN Line 1335  BOOL FLogOpenDialog(HINSTANCE hInst, HWN
1335          work->info = info;          work->info = info;
1336          work->info->filename = srcfnameW;          work->info->filename = srcfnameW;
1337          work->pts = &ts;          work->pts = &ts;
1338            work->pcv = &cv;
1339          INT_PTR ret = TTDialogBoxParam(          INT_PTR ret = TTDialogBoxParam(
1340                  hInst, MAKEINTRESOURCE(IDD_LOGDLG),                  hInst, MAKEINTRESOURCE(IDD_LOGDLG),
1341                  hWnd, LogFnHook, (LPARAM)work);                  hWnd, LogFnHook, (LPARAM)work);

Legend:
Removed from v.10008  
changed lines
  Added in v.10009

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