Revert "[win-linux] cfiledialog: remove visio filter"

This reverts commit 3ef43dadd7.
This commit is contained in:
SimplestStudio
2025-04-11 14:54:51 +03:00
parent e2299ba8da
commit a80c9efffa

View File

@ -260,7 +260,7 @@ QStringList CFileDialogWrapper::modalOpen(const QString& path, const QString& fi
#endif
tr("Spreadsheets") + " (*.xlsx *.xls *.xlsm *.xlsb *.ods *.ots *.xltx *.xltm *.xml *.fods *.et *.ett *.sxc *.numbers);;" +
tr("Presentations") + " (*.pptx *.ppt *.odp *.otp *.ppsm *.pptm *.ppsx *.pps *.potx *.pot *.potm *.fodp *.dps *.dpt *.sxi *.key);;" +
// tr("Visio diagram") + " (*.vsdx *.vssx *.vstx *.vsdm *.vssm *.vstm);;" +
tr("Visio diagram") + " (*.vsdx *.vssx *.vstx *.vsdm *.vssm *.vstm);;" +
tr("Web Page") + " (*.html *.htm *.mht *.mhtml *.epub);;" +
tr("Text files") + " (*.txt *.csv)";
//#ifdef __linux__