URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=7de88cc147487a6a5b31fce74b35824b347068d2
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
7de88cc by Gerald Combs (gerald@xxxxxxxx):
Try to get HTML Help to render SVG.
Add a custom stylesheet that inserts
<meta http-equiv="X-UA-Compatible" content="IE=9" >
at the top of our HTML Help output. This *should* convince the
WebBrowser control to draw our new SVG images.
Change-Id: Iae491128195d3738951f3d19e2f82dd3fc73d1d8
Reviewed-on: https://code.wireshark.org/review/3814
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from a68eab6 Hack to fix RTP player progress line position
adds 7de88cc Try to get HTML Help to render SVG.
Summary of changes:
docbook/Makefile.common | 5 ++++-
docbook/Makefile.nmake | 6 +++---
docbook/custom_layer_chm.xsl | 31 +++++++++++++++++++++++++++++++
3 files changed, 38 insertions(+), 4 deletions(-)
create mode 100644 docbook/custom_layer_chm.xsl