summaryrefslogtreecommitdiff
path: root/src/favoriteeditor.cpp
diff options
context:
space:
mode:
authorMateusz Łukasik <mati75@linuxmint.pl>2018-05-17 21:02:30 +0200
committerMateusz Łukasik <mati75@linuxmint.pl>2018-05-17 21:02:30 +0200
commitf32f79beb0288871bd88450df90e0f6e85e4a1cc (patch)
tree1a7af633202234147a53fb0f874026279ee0cba0 /src/favoriteeditor.cpp
parent6c3f8733e9723de625a14670a948419235504e64 (diff)
New upstream version 18.4.0~ds0
Diffstat (limited to 'src/favoriteeditor.cpp')
-rw-r--r--src/favoriteeditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/favoriteeditor.cpp b/src/favoriteeditor.cpp
index 2350879..baac20b 100644
--- a/src/favoriteeditor.cpp
+++ b/src/favoriteeditor.cpp
@@ -52,7 +52,7 @@ QWidget * FEDelegate::createEditor(QWidget *parent, const QStyleOptionViewItem &
if (index.column() == COL_FILE) {
FileChooser * fch = new FileChooser(parent);
- fch->setOptions(QFileDialog::DontUseNativeDialog | QFileDialog::DontResolveSymlinks); // Crashes if use the KDE dialog
+ fch->setOptions(QFileDialog::DontUseNativeDialog | QFileDialog::DontResolveSymlinks); // Crashes if the native dialog is used
fch->setText( index.model()->data(index, Qt::DisplayRole).toString() );
return fch;
}