[evolution-patches] Missing translations in Search menu (#45112)
- From: Ettore Perazzoli <ettore ximian com>
- To: evolution-patches ximian com
- Subject: [evolution-patches] Missing translations in Search menu (#45112)
- Date: 19 Jun 2003 18:40:21 -0400
-- Ettore
Index: misc/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/widgets/misc/ChangeLog,v
retrieving revision 1.226
diff -u -p -r1.226 ChangeLog
--- misc/ChangeLog 13 Jun 2003 15:44:33 -0000 1.226
+++ misc/ChangeLog 19 Jun 2003 22:38:40 -0000
@@ -1,3 +1,7 @@
+2003-06-19 Ettore Perazzoli <ettore ximian com>
+
+ * e-search-bar.c (set_menu): Translate the text. [#45112]
+
2003-06-11 Larry Ewing <lewing ximian com>
* e-search-bar.c (impl_get_property): take ownership of the duped
Index: misc/e-search-bar.c
===================================================================
RCS file: /cvs/gnome/evolution/widgets/misc/e-search-bar.c,v
retrieving revision 1.71
diff -u -p -r1.71 e-search-bar.c
--- misc/e-search-bar.c 11 Jun 2003 21:32:40 -0000 1.71
+++ misc/e-search-bar.c 19 Jun 2003 22:38:40 -0000
@@ -593,7 +593,7 @@ set_menu (ESearchBar *esb,
g_assert (items[i].subitems == NULL);
new_item = g_new (ESearchBarItem, 1);
- new_item->text = g_strdup (items[i].text);
+ new_item->text = g_strdup (_(items[i].text));
new_item->id = items[i].id;
new_item->subitems = NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]