diff options
Diffstat (limited to 'shell/evolution-test-component.c')
-rw-r--r-- | shell/evolution-test-component.c | 4 |
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, |