mirror of https://github.com/GNOME/gimp.git
changed to "mozilla-firefox %s" (was "mozilla %s").
2005-08-19 Michael Natterer <mitch@gimp.org> * app/config/gimpguiconfig.c (DEFAULT_WEB_BROWSER): changed to "mozilla-firefox %s" (was "mozilla %s").
This commit is contained in:
parent
f64b986b48
commit
e3bedf3fad
|
@ -1,3 +1,8 @@
|
|||
2005-08-19 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/config/gimpguiconfig.c (DEFAULT_WEB_BROWSER): changed to
|
||||
"mozilla-firefox %s" (was "mozilla %s").
|
||||
|
||||
2005-08-19 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* plug-ins/common/curve_bend.c
|
||||
|
|
|
@ -53,7 +53,7 @@ static void gimp_gui_config_get_property (GObject *object,
|
|||
# define DEFAULT_WEB_BROWSER "not used on Windows"
|
||||
#else
|
||||
# define DEFAULT_GIMP_HELP_BROWSER GIMP_HELP_BROWSER_GIMP
|
||||
# define DEFAULT_WEB_BROWSER "mozilla %s"
|
||||
# define DEFAULT_WEB_BROWSER "mozilla-firefox %s"
|
||||
#endif
|
||||
|
||||
enum
|
||||
|
|
Loading…
Reference in New Issue