Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabor Kelemen <kelemeng@gnome.hu>2007-06-22 19:17:04 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2007-06-22 19:17:04 (GMT)
commitf42e8fb3e372c8028df3efb15cd22d9ce36e4dbe (patch)
tree9375ca650ccff5880be327da46a893b5f143d432
parentf63ab8c1da7a2bea3ac3c402d83ecd3091821180 (diff)
Fixes program description translation issue. Bug #450148.
2007-06-22 Gabor Kelemen <kelemeng@gnome.hu> * shell/main.c: (main): Fixes program description translation issue. Bug #450148. svn path=/trunk/; revision=2517
-rw-r--r--ChangeLog7
-rw-r--r--shell/main.c1
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 915d125..1356293 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2007-06-22 Gabor Kelemen <kelemeng@gnome.hu>
+
+ * shell/main.c: (main):
+
+ Fixes program description translation issue.
+ Bug #450148.
+
2007-06-21 Cesar Fernandez <cesar@pk2.org>
* shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
diff --git a/shell/main.c b/shell/main.c
index c7005cf..cd64293 100644
--- a/shell/main.c
+++ b/shell/main.c
@@ -319,6 +319,7 @@ main (int argc, char *argv[])
bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8");
textdomain(GETTEXT_PACKAGE);
g_option_context_add_main_entries (context, goption_options, GETTEXT_PACKAGE);
+ g_option_context_set_translation_domain(context, GETTEXT_PACKAGE);
#else
g_option_context_add_main_entries (context, goption_options, NULL);
#endif