Browse Subversion Repository
Diff of /trunk/teraterm/teraterm/filesys_log.cpp
Parent Directory
| Revision Log
| Patch
| 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 |
|
|
|