Changeset 3742
- Timestamp:
- 08/22/08 17:38:13
- Files:
-
- trunk/ChangeLog (modified) (1 diff)
- trunk/libtinymailui-gtk/tny-gtk-header-view.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ChangeLog
r3741 r3742 1 2008-08-22 Philip Van Hoof <pvanhoof@gnome.org> 2 3 * http://www.tinymail.org/trac/tinymail/ticket/81 4 Patch by agx@sigxcpu.org 5 1 6 2008-08-21 Sergio Villar Senin <svillar@igalia.com> 2 7 trunk/libtinymailui-gtk/tny-gtk-header-view.c
r3666 r3742 181 181 gtk_table_set_col_spacings (GTK_TABLE (self), 4); 182 182 183 label2 = gtk_label_new (_("<b> to:</b>"));183 label2 = gtk_label_new (_("<b>To:</b>")); 184 184 gtk_widget_show (label2); 185 185 gtk_table_attach (GTK_TABLE (self), label2, 0, 1, 1, 2,
