Compare commits

...

4 Commits

Author SHA1 Message Date
Bryan Petty
16a2e9f1c8 Backport r70231 to 2.9.3: Fixed javascript errors in CHM version of the manual. No need to re-spin release, just a helpful fix for generating a more useful CHM manual for 2.9.3.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/tags/WX_2_9_3@70232 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2012-01-02 02:24:48 +00:00
Vadim Zeitlin
826567b0fe Tagging 2.9.3 for the third and final time.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/tags/WX_2_9_3@70008 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-12-14 19:38:53 +00:00
Vadim Zeitlin
a07face4c0 Re-tagging 2.9.3.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/tags/WX_2_9_3@70004 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-12-14 16:04:44 +00:00
Vadim Zeitlin
8eb6e409b8 Tag 2.9.3 release.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/tags/WX_2_9_3@69998 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2011-12-14 00:48:10 +00:00
3 changed files with 21 additions and 1 deletions

View File

@@ -326,7 +326,7 @@ HTML_FILE_EXTENSION = .html
HTML_HEADER = custom_header.html
HTML_FOOTER = custom_footer.html
HTML_STYLESHEET = custom_stylesheet.css
HTML_EXTRA_FILES =
HTML_EXTRA_FILES = jquery-1.3.2.min.js
HTML_COLORSTYLE_HUE =
HTML_COLORSTYLE_SAT = 255
HTML_COLORSTYLE_GAMMA = 100

View File

@@ -7,6 +7,7 @@
<!--BEGIN !PROJECT_NAME--><title>$title</title><!--END !PROJECT_NAME-->
<link href="$relpath$tabs.css" rel="stylesheet" type="text/css"/>
<link href="$relpath$custom_stylesheet.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="jquery-1.3.2.min.js"></script>
$treeview
$search
$mathjax

19
docs/doxygen/jquery-1.3.2.min.js vendored Normal file

File diff suppressed because one or more lines are too long