aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-test-component.c
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2003-02-07 01:26:04 +0800
committerDan Winship <danw@src.gnome.org>2003-02-07 01:26:04 +0800
commitd0ead0c4a950ba4bfc82fdca88e2412bb464138e (patch)
tree508329a30031f1c2c26ccaa199746e62f58ef9bc /shell/evolution-test-component.c
parent77459c9a6965f813b556719b6a3b6147bb0f8e36 (diff)
downloadgsoc2013-evolution-d0ead0c4a950ba4bfc82fdca88e2412bb464138e.tar
gsoc2013-evolution-d0ead0c4a950ba4bfc82fdca88e2412bb464138e.tar.gz
gsoc2013-evolution-d0ead0c4a950ba4bfc82fdca88e2412bb464138e.tar.bz2
gsoc2013-evolution-d0ead0c4a950ba4bfc82fdca88e2412bb464138e.tar.lz
gsoc2013-evolution-d0ead0c4a950ba4bfc82fdca88e2412bb464138e.tar.xz
gsoc2013-evolution-d0ead0c4a950ba4bfc82fdca88e2412bb464138e.tar.zst
gsoc2013-evolution-d0ead0c4a950ba4bfc82fdca88e2412bb464138e.zip
s/PACKAGE/GETTEXT_PACKAGE/ in gettext init
svn path=/trunk/; revision=19818
Diffstat (limited to 'shell/evolution-test-component.c')
-rw-r--r--shell/evolution-test-component.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/evolution-test-component.c b/shell/evolution-test-component.c
index f922e88fc4..faeae39991 100644
--- a/shell/evolution-test-component.c
+++ b/shell/evolution-test-component.c
@@ -695,8 +695,8 @@ register_component (void)
int
main (int argc, char **argv)
{
- bindtextdomain (PACKAGE, EVOLUTION_LOCALEDIR);
- textdomain (PACKAGE);
+ bindtextdomain (GETTEXT_PACKAGE, EVOLUTION_LOCALEDIR);
+ textdomain (GETTEXT_PACKAGE);
gnome_program_init (PACKAGE, VERSION, LIBGNOMEUI_MODULE, argc, argv,
GNOME_PROGRAM_STANDARD_PROPERTIES,