[gnome-terminal] about: Point to the page on l.g.o



commit a91adb116dd68244df3d9080bdd12a0ef3f2ec26
Author: Christian Persch <chpe gnome org>
Date:   Sat Apr 13 13:14:31 2013 +0200

    about: Point to the page on l.g.o

 src/terminal-util.c | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/src/terminal-util.c b/src/terminal-util.c
index 6ffabbd..327ba0a 100644
--- a/src/terminal-util.c
+++ b/src/terminal-util.c
@@ -167,6 +167,7 @@ terminal_util_show_help (const char *topic,
 }
 
 #define ABOUT_GROUP "About"
+#define ABOUT_URL "https://live.gnome.org/Terminal";
 #define EMAILIFY(string) (g_strdelimit ((string), "%", '@'))
 
 void
@@ -240,6 +241,7 @@ terminal_util_show_about (GtkWindow *transient_parent)
                          "documenters", documenters,
                          "license", licence_text,
                          "wrap-license", TRUE,
+                         "website", ABOUT_URL,
                          "translator-credits", _("translator-credits"),
                          "logo-icon-name", GNOME_TERMINAL_ICON_NAME,
                          NULL);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]