SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
|
@ -0,0 +1,12 @@
|
|||
Index: lxqt-session/src/wmselectdialog.cpp
|
||||
--- lxqt-session/src/wmselectdialog.cpp.orig
|
||||
+++ lxqt-session/src/wmselectdialog.cpp
|
||||
@@ -117,7 +117,7 @@ void WmSelectDialog::selectFileDialog(const QModelInde
|
||||
if (item->data(1, TYPE_ROLE) != SELECT_DLG_TYPE)
|
||||
return;
|
||||
|
||||
- QString fname = QFileDialog::getOpenFileName(this, QString(), QSL("/usr/bin/"));
|
||||
+ QString fname = QFileDialog::getOpenFileName(this, QString(), QSL("/usr/local/bin/"));
|
||||
if (fname.isEmpty())
|
||||
return;
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue