]> spindle.queued.net Git - midori/commitdiff
Refer to about:version instead of numbers in About
authorChristian Dywan <christian@twotoasts.de>
Wed, 2 Feb 2011 00:45:38 +0000 (01:45 +0100)
committerChristian Dywan <christian@twotoasts.de>
Wed, 2 Feb 2011 00:45:38 +0000 (01:45 +0100)
midori/midori-browser.c

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