summaryrefslogtreecommitdiff
path: root/gui/gdmphotosetup.c
diff options
context:
space:
mode:
Diffstat (limited to 'gui/gdmphotosetup.c')
-rw-r--r--gui/gdmphotosetup.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/gui/gdmphotosetup.c b/gui/gdmphotosetup.c
index 7fe2168d..3eb93c08 100644
--- a/gui/gdmphotosetup.c
+++ b/gui/gdmphotosetup.c
@@ -60,8 +60,9 @@ main (int argc, char *argv[])
int max_size;
char *last_pix;
- bindtextdomain (PACKAGE, GNOMELOCALEDIR);
- textdomain (PACKAGE);
+ bindtextdomain (GETTEXT_PACKAGE, GNOMELOCALEDIR);
+ bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
+ textdomain (GETTEXT_PACKAGE);
gnome_program_init ("gdmphotosetup", VERSION,
LIBGNOMEUI_MODULE /* module_info */,