Bug 522483 – use gtk_show_uri() instead of calling firefox directly

As a first step, changed the default web-browser to xdg-open.
This commit is contained in:
Sven Neumann 2009-06-02 23:50:20 +02:00
parent c8ef19d25d
commit 874e16c669
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
#elif PLATFORM_OSX
# define DEFAULT_WEB_BROWSER "open %s"
#else
# define DEFAULT_WEB_BROWSER "firefox %s"
# define DEFAULT_WEB_BROWSER "xdg-open %s"
#endif