From efa447f3bcb4d6579f8e20de6b139a2c08624a00 Mon Sep 17 00:00:00 2001 From: Rob Kendrick Date: Thu, 23 Apr 2009 12:13:45 +0000 Subject: Update GTK about box to be more accurate svn path=/trunk/netsurf/; revision=7258 --- gtk/dialogs/gtk_about.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gtk/dialogs/gtk_about.c b/gtk/dialogs/gtk_about.c index dbad4274d..da97195c7 100644 --- a/gtk/dialogs/gtk_about.c +++ b/gtk/dialogs/gtk_about.c @@ -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) -- cgit v1.2.3