Refer to about:version instead of numbers in About

This commit is contained in:
Christian Dywan 2011-02-02 01:45:38 +01:00
parent 2d4afde696
commit 1add09e5ea

View file

@ -4497,10 +4497,9 @@ static void
_action_about_activate (GtkAction* action, _action_about_activate (GtkAction* action,
MidoriBrowser* browser) MidoriBrowser* browser)
{ {
gchar* comments = g_strdup_printf ("GTK+ %d.%d.%d, WebKitGTK+ %d.%d.%d\n%s", gchar* comments = g_strdup_printf ("%s\n%s",
GTK_MAJOR_VERSION, GTK_MINOR_VERSION, GTK_MICRO_VERSION, _("A lightweight web browser."),
WEBKIT_MAJOR_VERSION, WEBKIT_MINOR_VERSION, WEBKIT_MICRO_VERSION, _("See about:version for version info."));
_("A lightweight web browser."));
const gchar* license = const gchar* license =
_("This library is free software; you can redistribute it and/or " _("This library is free software; you can redistribute it and/or "
"modify it under the terms of the GNU Lesser General Public " "modify it under the terms of the GNU Lesser General Public "