[med-svn] r5010 - trunk/packages/gentle/trunk/debian/patches
Steffen Möller
moeller at alioth.debian.org
Thu Jul 8 20:43:17 UTC 2010
Author: moeller
Date: 2010-07-08 20:43:17 +0000 (Thu, 08 Jul 2010)
New Revision: 5010
Added:
trunk/packages/gentle/trunk/debian/patches/forward_slashes.patch
Modified:
trunk/packages/gentle/trunk/debian/patches/series
Log:
Added unfunctional but feel-good patch to transform
\\ to /
Added: trunk/packages/gentle/trunk/debian/patches/forward_slashes.patch
===================================================================
--- trunk/packages/gentle/trunk/debian/patches/forward_slashes.patch (rev 0)
+++ trunk/packages/gentle/trunk/debian/patches/forward_slashes.patch 2010-07-08 20:43:17 UTC (rev 5010)
@@ -0,0 +1,13 @@
+Index: gentle-1.9+cvs20100605+dfsg/MyFrame.cpp
+===================================================================
+--- gentle-1.9+cvs20100605+dfsg.orig/MyFrame.cpp 2010-06-17 18:31:13.000000000 +0200
++++ gentle-1.9+cvs20100605+dfsg/MyFrame.cpp 2010-06-17 18:33:38.000000000 +0200
+@@ -586,7 +586,7 @@
+ {
+ wxHtmlHelpController *hc = new wxHtmlHelpController ( wxHF_DEFAULT_STYLE|wxHF_OPEN_FILES ) ;
+ helpfile += myapp()->homedir ;
+- helpfile += _T("\\help\\") ;
++ helpfile += _T("/help/") ;
+ helpfile += lang_string ;
+ helpfile += _T(".hhp") ;
+ hc->AddBook ( helpfile ) ;
Modified: trunk/packages/gentle/trunk/debian/patches/series
===================================================================
--- trunk/packages/gentle/trunk/debian/patches/series 2010-07-08 20:42:25 UTC (rev 5009)
+++ trunk/packages/gentle/trunk/debian/patches/series 2010-07-08 20:43:17 UTC (rev 5010)
@@ -1,2 +1,3 @@
+forward_slashes.patch
remove_tinyxml.patch
remove_clustalw.patch
More information about the debian-med-commit
mailing list