diff options
Diffstat (limited to 'dbeditorpp/exportimport.cpp')
-rw-r--r-- | dbeditorpp/exportimport.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dbeditorpp/exportimport.cpp b/dbeditorpp/exportimport.cpp index 0396981..83b15e7 100644 --- a/dbeditorpp/exportimport.cpp +++ b/dbeditorpp/exportimport.cpp @@ -679,7 +679,7 @@ int Openfile2Import(char *outputFiles) ofn.lpstrFilter = filter;
ofn.hwndOwner = 0;
ofn.lpstrFile = outputFiles;
- ofn.nMaxFile = MAX_PATH;
+ ofn.nMaxFile = MAX_PATH*10;
ofn.nMaxFileTitle = MAX_PATH;
ofn.Flags = OFN_HIDEREADONLY | OFN_SHAREAWARE | OFN_PATHMUSTEXIST | OFN_ALLOWMULTISELECT | OFN_EXPLORER;
ofn.lpstrTitle = title;
|