summaryrefslogtreecommitdiffstats
path: root/tools/linguist
diff options
context:
space:
mode:
authorkh1 <qt-info@nokia.com>2010-08-04 16:02:44 +0200
committerkh1 <qt-info@nokia.com>2010-08-04 16:04:56 +0200
commit2838cfa7809e6b196a1ee1eb71df5894fc57dd6f (patch)
treee52e77b111b19531a4094e8e2c2caa9a17fda61c /tools/linguist
parentae1c9def5cb22d88cf10b2a23d06bc38da12725b (diff)
Fix the remote command delimiter, this has cahnged at some point.
Task-number: QTBUG-12485 QTBUG-12651 Reviewed-by: ck
Diffstat (limited to 'tools/linguist')
-rw-r--r--tools/linguist/linguist/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/linguist/linguist/mainwindow.cpp b/tools/linguist/linguist/mainwindow.cpp
index 1611699a9d..163ef54aac 100644
--- a/tools/linguist/linguist/mainwindow.cpp
+++ b/tools/linguist/linguist/mainwindow.cpp
@@ -1347,7 +1347,7 @@ void MainWindow::manual()
<< (QT_VERSION >> 16) << ((QT_VERSION >> 8) & 0xFF)
<< (QT_VERSION & 0xFF)
<< QLatin1String("/qdoc/linguist-manual.html")
- << QLatin1Char('\0') << endl;
+ << QLatin1Char('\n') << endl;
}
void MainWindow::about()