Update GTK about box to be more accurate

svn path=/trunk/netsurf/; revision=7258
This commit is contained in:
Rob Kendrick 2009-04-23 12:13:45 +00:00
parent b815973c15
commit efa447f3bc
1 changed files with 3 additions and 2 deletions

View File

@ -49,11 +49,12 @@ static const gchar *documenters[] = {
static const gchar *name = "NetSurf";
static const gchar *description =
"Small as a mouse, fast as a cheetah, and available for free.\n"
"NetSurf is a web browser for RISC OS and UNIX-like platforms.";
"NetSurf is a portable web browser for RISC OS, AmigaOS, BeOS "
"and UNIX-like platforms.";
static const gchar *url = "http://www.netsurf-browser.org/";
static const gchar *url_label = "NetSurf Website";
static const gchar *copyright =
"Copyright © 2003 - 2008 The NetSurf Developers";
"Copyright © 2003 - 2009 The NetSurf Developers";
static void launch_url (GtkAboutDialog *about_dialog, const gchar *url,
gpointer data)