mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@120831 d073be05-634f-4543-b044-5fe20cf6d1d6
12 lines
470 B
Diff
12 lines
470 B
Diff
--- src/gui/tabledialog.cpp.orig 2009-07-29 00:50:26.000000000 -0500
|
|
+++ src/gui/tabledialog.cpp 2014-06-08 15:33:41.000000000 -0500
|
|
@@ -186,7 +186,7 @@
|
|
void TableDialog::chooseDir(void) {
|
|
QString path = QFileDialog::getExistingDirectory(this,
|
|
tr("Select the directory which contains the tables."),
|
|
- QString(),
|
|
+ QString("@TABLES_DIR@"),
|
|
QFileDialog::ShowDirsOnly);
|
|
|
|
if (!path.isNull()) emit install(path, true, true);
|