[devhelp] Use AC_INIT() output variables instead hardcoded strings



commit 4688e0234b0bbaa305e030cebd739da9f317d535
Author: Javier Jardón <jjardon gnome org>
Date:   Mon Sep 20 01:12:29 2010 +0200

    Use AC_INIT() output variables instead hardcoded strings

 src/dh-window.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/dh-window.c b/src/dh-window.c
index 1eacdb9..d6e5e6f 100644
--- a/src/dh-window.c
+++ b/src/dh-window.c
@@ -745,8 +745,9 @@ window_activate_about (GtkAction *action,
                                "translator-credits",
                                strcmp (translator_credits, "translator_credits") != 0 ?
                                translator_credits : NULL,
-                               "website", "http://live.gnome.org/devhelp";,
-                               "logo-icon-name", "devhelp",
+                               "website", PACKAGE_URL,
+                               "website-label", _("DevHelp Website"),
+                               "logo-icon-name", PACKAGE_TARNAME,
                                NULL);
 }
 



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