mirror of https://github.com/GNOME/gimp.git
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:
parent
c8ef19d25d
commit
874e16c669
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue