mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 09:32:12 +01:00
OperaImporter: Set bookmark file filter to *.adr
This commit is contained in:
parent
c45b301844
commit
ef01247a80
|
@ -47,7 +47,7 @@ QString OperaImporter::standardPath() const
|
|||
|
||||
QString OperaImporter::getPath(QWidget* parent)
|
||||
{
|
||||
m_path = QFileDialog::getOpenFileName(parent, BookmarksImporter::tr("Choose file..."), standardPath(), "Bookmarks (bookmarks.adr)");
|
||||
m_path = QFileDialog::getOpenFileName(parent, BookmarksImporter::tr("Choose file..."), standardPath(), "Bookmarks (*.adr)");
|
||||
return m_path;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user