(set_menu): Translate the text. [#45112]

svn path=/trunk/; revision=21506
This commit is contained in:
Ettore Perazzoli
2003-06-23 14:03:54 +00:00
parent 4c2607b869
commit 0853c68484
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-06-23 Ettore Perazzoli <ettore@ximian.com>
* e-search-bar.c (set_menu): Translate the text. [#45112]
2003-06-18 Suresh Chandrasekharan <suresh.chandrasekharan@sun.com>
* e-charset-picker.c: Fix for #45082: GB18030 BIG5HKSCS and EUC-TW

View File

@ -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;