[goobox] use GETTEXT_PACKAGE as translation domain, instead of PACKAGE
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [goobox] use GETTEXT_PACKAGE as translation domain, instead of PACKAGE
- Date: Fri, 30 Jul 2010 22:49:31 +0000 (UTC)
commit 82ed4e9b8fb15bc39489df1077e0b7c7ce00dc9a
Author: Paolo Bacchilega <paobac src gnome org>
Date: Sat Jul 31 00:47:42 2010 +0200
use GETTEXT_PACKAGE as translation domain, instead of PACKAGE
copy-n-paste/eggsmclient.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/copy-n-paste/eggsmclient.c b/copy-n-paste/eggsmclient.c
index 023652a..46af148 100644
--- a/copy-n-paste/eggsmclient.c
+++ b/copy-n-paste/eggsmclient.c
@@ -254,7 +254,7 @@ egg_sm_client_get_option_group (void)
NULL, NULL);
g_option_group_add_entries (group, entries);
g_option_group_set_parse_hooks (group, NULL, sm_client_post_parse_func);
- g_option_group_set_translation_domain (group, PACKAGE);
+ g_option_group_set_translation_domain (group, GETTEXT_PACKAGE);
return group;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]