mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
[win-nix] added HWP format in "open" filters
This commit is contained in:
@ -250,7 +250,7 @@ QStringList CFileDialogWrapper::modalOpen(const QString& path, const QString& fi
|
||||
// _filter_ = joinFilters();
|
||||
_filter_ = tr("Text documents") +
|
||||
#ifndef __LOCK_OFORM_FORMATS
|
||||
" (*.docx *.doc *.odt *.ott *.rtf *.docm *.dot *.dotx *.dotm *.fb2 *.fodt *.wps *.wpt *.xml *.pdf *.djv *.djvu *.docxf *.oform *.sxw *.stw *.xps *.oxps *.pages);;" +
|
||||
" (*.docx *.doc *.odt *.ott *.rtf *.docm *.dot *.dotx *.dotm *.fb2 *.fodt *.wps *.wpt *.xml *.pdf *.djv *.djvu *.docxf *.oform *.sxw *.stw *.xps *.oxps *.pages *.hwp *.hwpx);;" +
|
||||
#else
|
||||
" (*.docx *.doc *.odt *.ott *.rtf *.docm *.dot *.dotx *.dotm *.fb2 *.fodt *.wps *.wpt *.xml *.pdf *.djv *.djvu *.sxw *.stw *.xps *.oxps);;" +
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user