(set_menu): Translate the text. [#45112]
svn path=/trunk/; revision=21506
This commit is contained in:
@ -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
|
||||
|
||||
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user