[devhelp] Update About dialog URI to point to live.gnome.org (GNOME bug 590207)



commit aae95d7084b256439c249a7d6d19094969e00475
Author: Michael Gratton <mike vee net>
Date:   Thu Aug 27 15:16:55 2009 +0200

    Update About dialog URI to point to live.gnome.org (GNOME bug 590207)

 src/dh-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/dh-window.c b/src/dh-window.c
index 5e23f82..2c9f1b3 100644
--- a/src/dh-window.c
+++ b/src/dh-window.c
@@ -374,7 +374,7 @@ window_activate_about (GtkAction *action,
                                "translator-credits",
                                strcmp (translator_credits, "translator_credits") != 0 ?
                                translator_credits : NULL,
-                               "website", "http://developer.imendio.com/projects/devhelp/";,
+                               "website", "http://live.gnome.org/devhelp";,
                                "logo-icon-name", "devhelp",
                                NULL);
 }



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