c83c6d
From 813d7063e3d265ba7e625766a040b8ba9bb130a9 Mon Sep 17 00:00:00 2001
c83c6d
From: Nils Philippsen <nils@redhat.com>
c83c6d
Date: Thu, 16 Aug 2012 11:18:00 +0200
c83c6d
Subject: [PATCH] patch: xdg-open
c83c6d
c83c6d
Squashed commit of the following:
c83c6d
c83c6d
commit 55380b90cece459e20d14e6da552abcf5ca54621
c83c6d
Author: Nils Philippsen <nils@redhat.com>
c83c6d
Date:   Fri Nov 19 12:14:17 2010 +0100
c83c6d
c83c6d
    use "xdg-open" instead of "netscape" to launch help browser
c83c6d
---
c83c6d
 src/xsane.h | 2 +-
c83c6d
 1 file changed, 1 insertion(+), 1 deletion(-)
c83c6d
c83c6d
diff --git a/src/xsane.h b/src/xsane.h
c83c6d
index cf6111f..3d8caaa 100644
c83c6d
--- a/src/xsane.h
c83c6d
+++ b/src/xsane.h
c83c6d
@@ -251,7 +251,7 @@
c83c6d
 # elif defined(HAVE_OS2_H)
c83c6d
 #  define DEFAULT_BROWSER "netscape"
c83c6d
 # else
c83c6d
-#  define DEFAULT_BROWSER "netscape"
c83c6d
+#  define DEFAULT_BROWSER "xdg-open"
c83c6d
 # endif
c83c6d
 #endif
c83c6d
 
c83c6d
-- 
c83c6d
1.7.11.4
c83c6d