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 8943 by zmatsuo, Fri Oct 2 15:45:27 2020 UTC revision 8964 by zmatsuo, Sat Oct 31 17:21:29 2020 UTC
# Line 606  static INT_PTR CALLBACK LogFnHook(HWND D Line 606  static INT_PTR CALLBACK LogFnHook(HWND D
606                          ofn.lpstrFile = fname;                          ofn.lpstrFile = fname;
607                          ofn.nMaxFile = _countof(fname);                          ofn.nMaxFile = _countof(fname);
608                          ofn.lpstrTitle = caption;                          ofn.lpstrTitle = caption;
609                          BOOL Ok = GetSaveFileNameW(&ofn);                          BOOL Ok = _GetSaveFileNameW(&ofn);
610                          free(FNFilter);                          free(FNFilter);
611                          if (Ok) {                          if (Ok) {
612                                  SetDlgItemTextW(Dialog, IDC_FOPT_FILENAME_EDIT, fname);                                  SetDlgItemTextW(Dialog, IDC_FOPT_FILENAME_EDIT, fname);

Legend:
Removed from v.8943  
changed lines
  Added in v.8964

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