summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorkh <qtc-committer@nokia.com>2009-03-26 15:01:36 (GMT)
committerkh <qtc-committer@nokia.com>2009-03-26 15:01:36 (GMT)
commit079f38700357a4ff1aaa0d12fcc8f89a499aae7b (patch)
tree1a060886f8e8b3a2815c3a2ef29de9bfdd371894 /tools
parentbc44a8b5cffd68a6ded4ce4995192d63a284bb40 (diff)
downloadQt-079f38700357a4ff1aaa0d12fcc8f89a499aae7b.zip
Qt-079f38700357a4ff1aaa0d12fcc8f89a499aae7b.tar.gz
Qt-079f38700357a4ff1aaa0d12fcc8f89a499aae7b.tar.bz2
Fixes missing quotation mark
Reviewed-by: TrustMe
Diffstat (limited to 'tools')
-rw-r--r--tools/assistant/tools/assistant/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/assistant/tools/assistant/mainwindow.cpp b/tools/assistant/tools/assistant/mainwindow.cpp
index c3aefa9..df39650 100644
--- a/tools/assistant/tools/assistant/mainwindow.cpp
+++ b/tools/assistant/tools/assistant/mainwindow.cpp
@@ -798,7 +798,7 @@ void MainWindow::showAboutDialog()
"of proprietary (closed source) applications. Please see "
"<a href=\"http://qtsoftware.com/company/about/businessmodel"
"\">http://qtsoftware.com/company/about/businessmodel</a> for an "
- overview of Qt licensing.");
+ "overview of Qt licensing.");
#else
QString edition;
QString info;