Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update filefilterparams.cpp fix: filefilterparams.cpp function bool FileFilterConfig(FileFilterParams *FF, bool ColorConfig) # ... switch (DateFormat) { # ... strDateMask.Format(L"99%c99%c9999N", DateSeparator, DateSeparator); # ... strDateMask.Format(L"99%c99%c9999N", DateSeparator, DateSeparator); # ... strDateMask.Format(L"N9999%c99%c99", DateSeparator, DateSeparator); # ...
- Loading branch information