diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-04-17 10:06:09 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-04-17 13:27:26 (GMT) |
commit | ebdeffe8ff2d3a7d629ffdca11843c895d04cbdb (patch) | |
tree | cbe7aa75fc41977362d06d87af580c7de5bb4225 | |
parent | 9de17b04a82127f0a0ae941d490d5183fcac13b2 (diff) | |
download | Qt-ebdeffe8ff2d3a7d629ffdca11843c895d04cbdb.zip Qt-ebdeffe8ff2d3a7d629ffdca11843c895d04cbdb.tar.gz Qt-ebdeffe8ff2d3a7d629ffdca11843c895d04cbdb.tar.bz2 |
Fix incorrect year and version number in assistant docs.
Task: 251421
Reviewed-by: Trust Me
(cherry picked from commit 8aa8997f18afb85cb17f5b2a875a004302df4c72)
-rw-r--r-- | tools/assistant/tools/assistant/doc/assistant.qdocconf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/assistant/tools/assistant/doc/assistant.qdocconf b/tools/assistant/tools/assistant/doc/assistant.qdocconf index 50f18c0..0d2271d 100644 --- a/tools/assistant/tools/assistant/doc/assistant.qdocconf +++ b/tools/assistant/tools/assistant/doc/assistant.qdocconf @@ -10,8 +10,8 @@ description = "Qt Assistant" HTML.{postheader,address} = "" HTML.footer = "<p /><address><hr /><div align=\"center\">\n" \ "<table width=\"100%\" cellspacing=\"0\" border=\"0\"><tr class=\"address\">\n" \ - "<td width=\"30%\" align=\"left\">Copyright © 2008 Nokia Corporation " \ + "<td width=\"30%\" align=\"left\">Copyright © 2009 Nokia Corporation " \ "and/or its subsidiary(-ies)</td>\n" \ "<td width=\"40%\" align=\"center\">Trademarks</td>\n" \ - "<td width=\"30%\" align=\"right\"><div align=\"right\">Qt 4.5.0</div></td>\n" \ + "<td width=\"30%\" align=\"right\"><div align=\"right\">Qt 4.5.1</div></td>\n" \ "</tr></table></div></address>" |