Removed U_. Fixes #15415.
2001-11-15 Zbigniew Chyla <cyba@gnome.pl> * rule-editor.c (set_source): Removed U_. Fixes #15415. svn path=/trunk/; revision=14797
This commit is contained in:
committed by
Michael Zucci
parent
ba58d14fae
commit
7660ee4120
@ -1,3 +1,7 @@
|
||||
2001-11-15 Zbigniew Chyla <cyba@gnome.pl>
|
||||
|
||||
* rule-editor.c (set_source): Removed U_. Fixes #15415.
|
||||
|
||||
2001-11-21 Not Zed <NotZed@Ximian.com>
|
||||
|
||||
* rule-editor.c (rule_edit): Hook onto destroy event.
|
||||
|
||||
@ -513,7 +513,7 @@ set_source (RuleEditor *re, const char *source)
|
||||
char *s;
|
||||
|
||||
d(printf(" hit %s(%s)\n", rule->name, source?source:"<nil>"));
|
||||
s = e_utf8_to_gtk_string (GTK_WIDGET (re->list), U_(rule->name));
|
||||
s = e_utf8_to_gtk_string (GTK_WIDGET (re->list), rule->name);
|
||||
item = gtk_list_item_new_with_label (s);
|
||||
g_free (s);
|
||||
gtk_object_set_data (GTK_OBJECT (item), "rule", rule);
|
||||
|
||||
Reference in New Issue
Block a user