X-Git-Url: https://git.street.me.uk/andy/viking.git/blobdiff_plain/983bb64fcf20abf3445f82969c33a5e679ab5f3f..8ee1f484f5634191e0e24cb75df9f1783b06b700:/src/util.c?ds=sidebyside diff --git a/src/util.c b/src/util.c index 8b188d72..cddb13d7 100644 --- a/src/util.c +++ b/src/util.c @@ -1,8 +1,8 @@ /* * Viking - GPS data editor - * Copyright (C) 2007 Guilhem Bonnefille + * Copyright (C) 2007, Guilhem Bonnefille * Based on: - * Copyright (C) 2003-2007 Leandro A. F. Pereira + * Copyright (C) 2003-2007, Leandro A. F. Pereira * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -28,6 +28,7 @@ #include #include +#include "util.h" #include "dialog.h" static gboolean spawn_command_line_async(const gchar * cmd, @@ -56,6 +57,8 @@ void open_url(GtkWindow *parent, const gchar * url) "sensible-browser", "firefox", "epiphany", "iceweasel", "seamonkey", "galeon", "mozilla", "opera", "konqueror", "netscape", "links -g", + "chromium-browser", "chromium", "chrome", + "safari", "camino", "omniweb", "icab", NULL }; gint i=0;