diff options
author | Jason McDonald <jason.mcdonald@nokia.com> | 2009-04-22 13:32:40 (GMT) |
---|---|---|
committer | Jason McDonald <jason.mcdonald@nokia.com> | 2009-04-22 13:32:40 (GMT) |
commit | 1187d1b2063b42378d9cd1a940bcd7eecb24fb69 (patch) | |
tree | cc637cd0087298f3be185b8b26b63a09885dc65a /tools/assistant | |
parent | fa4049c9ba8446a582a9bd003d5cdf98ae0505eb (diff) | |
download | Qt-1187d1b2063b42378d9cd1a940bcd7eecb24fb69.zip Qt-1187d1b2063b42378d9cd1a940bcd7eecb24fb69.tar.gz Qt-1187d1b2063b42378d9cd1a940bcd7eecb24fb69.tar.bz2 |
Make all qdoc footers consistent with the main Qt docs.
Use the same copyright message in all doc footers. As a side-effect,
this change also removes most of the remaining THISYEAR placeholders,
and fixes some footers that try to use 110% of the page width.
Reviewed-by: Thiago
Diffstat (limited to 'tools/assistant')
-rw-r--r-- | tools/assistant/tools/assistant/doc/assistant.qdocconf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/assistant/tools/assistant/doc/assistant.qdocconf b/tools/assistant/tools/assistant/doc/assistant.qdocconf index 0d2271d..f71bc08 100644 --- a/tools/assistant/tools/assistant/doc/assistant.qdocconf +++ b/tools/assistant/tools/assistant/doc/assistant.qdocconf @@ -10,8 +10,7 @@ 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 © 2009 Nokia Corporation " \ - "and/or its subsidiary(-ies)</td>\n" \ + "<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.1</div></td>\n" \ "</tr></table></div></address>" |