84091f0b31
Fix path to fonts. from FreeBSD
13 lines
577 B
Plaintext
13 lines
577 B
Plaintext
$OpenBSD: patch-devede_help_py,v 1.2 2009/08/07 17:19:14 ajacoutot Exp $
|
|
--- devede_help.py.orig Fri May 15 10:05:20 2009
|
|
+++ devede_help.py Fri May 15 10:05:50 2009
|
|
@@ -42,7 +42,7 @@ class show_help(devede_executor.executor):
|
|
|
|
self.printout=False
|
|
|
|
- launch_list=[[True,"yelp"],[False,"epiphany"],[False,"konqueror"],[False,"firefox","-new-window"],[False,"opera","-newwindow"]]
|
|
+ launch_list=[[True,"xdg-open"],[False,"epiphany"],[False,"konqueror"],[False,"firefox","-new-window"],[False,"opera","-newwindow"]]
|
|
|
|
file=os.path.join(installpath,"html",filename)
|
|
|