** Fix for bug #555310
2009-01-11 Milan Crha <mcrha@redhat.com> ** Fix for bug #555310 * importers/icalendar-importer.c: (ivcal_getwidget): Localize strings properly. svn path=/trunk/; revision=37057
This commit is contained in:
@ -1,3 +1,10 @@
|
||||
2009-01-11 Milan Crha <mcrha@redhat.com>
|
||||
|
||||
** Fix for bug #555310
|
||||
|
||||
* importers/icalendar-importer.c: (ivcal_getwidget):
|
||||
Localize strings properly.
|
||||
|
||||
2009-01-12 Matthew Barnes <mbarnes@redhat.com>
|
||||
|
||||
** Fix for bug #567148
|
||||
|
||||
@ -247,7 +247,7 @@ ivcal_getwidget(EImport *ei, EImportTarget *target, EImportImporter *im)
|
||||
|
||||
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));
|
||||
|
||||
Reference in New Issue
Block a user