gnome-utils r8537 - branches/gnome-2-26/logview
- From: cosimoc svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-utils r8537 - branches/gnome-2-26/logview
- Date: Thu, 2 Apr 2009 17:23:35 +0000 (UTC)
Author: cosimoc
Date: Thu Apr 2 17:23:35 2009
New Revision: 8537
URL: http://svn.gnome.org/viewvc/gnome-utils?rev=8537&view=rev
Log:
2009-04-02 Cosimo Cecchi <cosimoc gnome org>
* logview-main.c (create_option_context): translate the short
description message.
Patch by Gabor Kelemen (#577718).
Modified:
branches/gnome-2-26/logview/ChangeLog
branches/gnome-2-26/logview/logview-main.c
Modified: branches/gnome-2-26/logview/logview-main.c
==============================================================================
--- branches/gnome-2-26/logview/logview-main.c (original)
+++ branches/gnome-2-26/logview/logview-main.c Thu Apr 2 17:23:35 2009
@@ -66,6 +66,7 @@
};
context = g_option_context_new (_(" - Browse and monitor logs"));
+ g_option_context_set_translation_domain (context, GETTEXT_PACKAGE);
g_option_context_add_main_entries (context, entries, GETTEXT_PACKAGE);
g_option_context_set_ignore_unknown_options (context, TRUE);
g_option_context_add_group (context, gtk_get_option_group (TRUE));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]