Package: gentle / 1.9+cvs20100605+dfsg1-1

forward_slashes.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
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 ) ;