diff --git a/src/browser/BrowserOptionDialog.cpp b/src/browser/BrowserOptionDialog.cpp index c97ccdfd..f6d634a8 100755 --- a/src/browser/BrowserOptionDialog.cpp +++ b/src/browser/BrowserOptionDialog.cpp @@ -117,7 +117,7 @@ void BrowserOptionDialog::showProxyLocationFileDialog() #ifdef Q_OS_WIN QString fileTypeFilter(tr("Executable Files (*.exe);;All Files (*.*)")); #else - QString fileTypeFilter(tr("Executable Files (*.*)")); + QString fileTypeFilter(tr("Executable Files (*)")); #endif auto proxyLocation = QFileDialog::getOpenFileName(this, tr("Select custom proxy location"), QFileInfo(QCoreApplication::applicationDirPath()).filePath(),