[devhelp] Use AC_INIT() output variables instead hardcoded strings
- From: Javier Jardón <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [devhelp] Use AC_INIT() output variables instead hardcoded strings
- Date: Sat, 30 Oct 2010 01:24:30 +0000 (UTC)
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]