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:
Michael Natterer 2005-08-19 17:11:02 +00:00 committed by Michael Natterer
parent f64b986b48
commit e3bedf3fad
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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