]> git.street.me.uk Git - andy/viking.git/blobdiff - src/util.c
Add Windows' path to configuration files
[andy/viking.git] / src / util.c
index 8b188d72eb097dc16994833d476a17e319009e79..cddb13d7d5f2e31a393ee32908d5973063925d9a 100644 (file)
@@ -1,8 +1,8 @@
 /*
  *    Viking - GPS data editor
- *    Copyright (C) 2007 Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
+ *    Copyright (C) 2007, Guilhem Bonnefille <guilhem.bonnefille@gmail.com>
  *    Based on:
- *    Copyright (C) 2003-2007 Leandro A. F. Pereira <leandro@linuxmag.com.br>
+ *    Copyright (C) 2003-2007, Leandro A. F. Pereira <leandro@linuxmag.com.br>
  *
  *    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 <glib/gi18n.h>
 #include <glib/gprintf.h>
 
+#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;