Mercurial > retraceit
comparison src/folderselectdialog.cpp @ 12:971bd39a6116
German translations
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Tue, 14 Apr 2015 13:43:24 +0200 |
parents | e3c8f61e45a9 |
children | 64a51a42c01f |
comparison
equal
deleted
inserted
replaced
11:2881cd0d9da7 | 12:971bd39a6116 |
---|---|
182 const QString startLoc = mCurFolder.isEmpty() ? | 182 const QString startLoc = mCurFolder.isEmpty() ? |
183 QStandardPaths::writableLocation(QStandardPaths::DocumentsLocation) : | 183 QStandardPaths::writableLocation(QStandardPaths::DocumentsLocation) : |
184 mCurFolder; | 184 mCurFolder; |
185 | 185 |
186 QString outFolder = QFileDialog::getExistingDirectory( | 186 QString outFolder = QFileDialog::getExistingDirectory( |
187 this, tr("Select ") + mPathLabelString, | 187 this, tr("Select %1").arg(mPathLabelString), |
188 startLoc); | 188 startLoc); |
189 if (outFolder.isEmpty()) { | 189 if (outFolder.isEmpty()) { |
190 /* User aborted */ | 190 /* User aborted */ |
191 return; | 191 return; |
192 } | 192 } |