[Xfce4-commits] <midori:master> Refer to about:version instead of numbers in About

Christian Dywan noreply at xfce.org
Wed Feb 2 01:48:01 CET 2011


Updating branch refs/heads/master
         to 1add09e5ea3e69ae301c3111a99a473fb5344238 (commit)
       from 2d4afde696b1be36be2b9301ef9772f1cbe3e0bf (commit)

commit 1add09e5ea3e69ae301c3111a99a473fb5344238
Author: Christian Dywan <christian at twotoasts.de>
Date:   Wed Feb 2 01:45:38 2011 +0100

    Refer to about:version instead of numbers in About

 midori/midori-browser.c |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/midori/midori-browser.c b/midori/midori-browser.c
index e0b3c37..aac57d0 100644
--- a/midori/midori-browser.c
+++ b/midori/midori-browser.c
@@ -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 "



More information about the Xfce4-commits mailing list