summaryrefslogtreecommitdiffstats
path: root/src/assistant/qhelpconverter/outputpage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/assistant/qhelpconverter/outputpage.cpp')
-rw-r--r--src/assistant/qhelpconverter/outputpage.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/assistant/qhelpconverter/outputpage.cpp b/src/assistant/qhelpconverter/outputpage.cpp
index ba52e1236..df4bc71cd 100644
--- a/src/assistant/qhelpconverter/outputpage.cpp
+++ b/src/assistant/qhelpconverter/outputpage.cpp
@@ -98,7 +98,7 @@ bool OutputPage::checkFile(const QString &fileName, const QString &title)
QFile fi(m_path + QDir::separator() + fileName);
if (!fi.exists())
return true;
-
+
if (QMessageBox::warning(this, title,
tr("The specified file %1 already exist.\n\nDo you want to remove it?")
.arg(fileName), tr("Remove"), tr("Cancel")) == 0) {