PageRenderTime 38ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/sci-physics/root/files/root-5.32.00-htmldoc.patch

https://bitbucket.org/alexanderdreyer/lmnd-prefix
Patch | 12 lines | 12 code | 0 blank | 0 comment | 0 complexity | 6d4a910d84fac443c43d79d52e1971ba MD5 | raw file
Possible License(s): GPL-3.0, LGPL-2.1, MIT, CC-BY-SA-3.0, CC0-1.0, Apache-2.0, LGPL-3.0, LGPL-2.0, AGPL-1.0, AGPL-3.0, MPL-2.0-no-copyleft-exception, Unlicense, BSD-3-Clause, GPL-2.0
  1. --- root/html/src/THtml.cxx.orig 2012-05-25 16:18:10.000000000 +0400
  2. +++ root/html/src/THtml.cxx 2012-05-29 19:22:40.810563296 +0400
  3. @@ -1913,6 +1913,9 @@
  4. void THtml::CreateStyleSheet() const {
  5. // Write the default ROOT style sheet.
  6. CopyFileFromEtcDir("ROOT.css");
  7. + CopyFileFromEtcDir("info.png");
  8. + CopyFileFromEtcDir("root-banner.png");
  9. + CopyFileFromEtcDir("rootdrawing-logo.png");
  10. CopyFileFromEtcDir("shadowAlpha.png");
  11. CopyFileFromEtcDir("shadow.gif");
  12. }