]> git.pld-linux.org Git - packages/libglade.git/blame - libglade-clist-gettext.patch
- stolen from TurboLinux
[packages/libglade.git] / libglade-clist-gettext.patch
CommitLineData
064fa498 1--- libglade-0.17/glade/glade-gtk.c.clist-gettext Tue Apr 16 10:30:00 2002
2+++ libglade-0.17/glade/glade-gtk.c Tue Apr 16 10:30:48 2002
3@@ -289,7 +289,7 @@
4 }
5 if (label) {
6 gtk_clist_set_column_title (GTK_CLIST(w), col,
7- label);
8+ _(label));
9 /* get the GtkLabel, which is a child
10 * of the alignment widget used as
11 * title. */
This page took 0.034913 seconds and 4 git commands to generate.