Skip to content

Commit

Permalink
[win] fix bug 62101
Browse files Browse the repository at this point in the history
  • Loading branch information
SimplestStudio committed Nov 8, 2023
1 parent a23c480 commit 22941cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions win-linux/src/components/cfiledialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,10 @@ QStringList CFileDialogWrapper::modalOpen(const QString& path, const QString& fi
tr("Presentations") + " (*.pptx *.ppt *.odp *.otp *.ppsm *.ppsx *.pps *.potx *.pot *.potm *.fodp *.dps *.dpt *.sxi);;" +
tr("Web Page") + " (*.html *.htm *.mht *.mhtml *.epub);;" +
tr("Text files") + " (*.txt *.csv)";
#ifdef __linux__
_all_sup_files = tr("All supported files") + " " + joinExtentions(_filter_);
_filter_.prepend(_all_sup_files + ";;");
#endif
_filter_.append(";;" + m_mapFilters[AVS_OFFICESTUDIO_FILE_UNKNOWN]);
}
const QString _default_sel_filter = _all_sup_files.isEmpty() ?
Expand Down

0 comments on commit 22941cc

Please sign in to comment.