evolution r37057 - in trunk/calendar: . importers
- From: mcrha svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r37057 - in trunk/calendar: . importers
- Date: Mon, 12 Jan 2009 14:37:57 +0000 (UTC)
Author: mcrha
Date: Mon Jan 12 14:37:57 2009
New Revision: 37057
URL: http://svn.gnome.org/viewvc/evolution?rev=37057&view=rev
Log:
2009-01-11 Milan Crha <mcrha redhat com>
** Fix for bug #555310
* importers/icalendar-importer.c: (ivcal_getwidget):
Localize strings properly.
Modified:
trunk/calendar/ChangeLog
trunk/calendar/importers/icalendar-importer.c
Modified: trunk/calendar/importers/icalendar-importer.c
==============================================================================
--- trunk/calendar/importers/icalendar-importer.c (original)
+++ trunk/calendar/importers/icalendar-importer.c Mon Jan 12 14:37:57 2009
@@ -247,7 +247,7 @@
g_signal_connect (selector, "primary_selection_changed", G_CALLBACK (primary_selection_changed_cb), target);
- rb = gtk_radio_button_new_with_label (group, import_type_strings[i]);
+ rb = gtk_radio_button_new_with_label (group, _(import_type_strings[i]));
gtk_box_pack_start (GTK_BOX (hbox), rb, FALSE, FALSE, 6);
sd = g_malloc0(sizeof(*sd));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]