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