summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorkh <qtc-committer@nokia.com>2009-03-26 16:01:36 +0100
committerkh <qtc-committer@nokia.com>2009-03-26 16:01:36 +0100
commit079f38700357a4ff1aaa0d12fcc8f89a499aae7b (patch)
tree1a060886f8e8b3a2815c3a2ef29de9bfdd371894 /tools
parentbc44a8b5cffd68a6ded4ce4995192d63a284bb40 (diff)
downloadqt4-tools-079f38700357a4ff1aaa0d12fcc8f89a499aae7b.tar.gz
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 c3aefa93f7..df39650f86 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;