mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
[win-nix] for bug 54925
This commit is contained in:
@ -335,7 +335,7 @@ QStringList CFileDialogWrapper::modalOpenDocuments(const QString& path, bool mul
|
||||
QString filter = m_mapFilters[AVS_OFFICESTUDIO_FILE_UNKNOWN];
|
||||
filter.prepend(tr("Text documents") + " (*.docx *.doc *.odt *.ott *.rtf *.docm *.dotx *.dotm *.fb2 *.fodt *.wps *.wpt *.xml);;");
|
||||
|
||||
return modalOpen(path, filter, nullptr, multi);
|
||||
return modalOpen(path, filter, &filter, multi);
|
||||
}
|
||||
|
||||
QStringList CFileDialogWrapper::modalOpenSpreadsheets(const QString& path, bool multi)
|
||||
|
||||
Reference in New Issue
Block a user