From: Jordi Mallach Date: Sun, 2 Feb 2003 00:02:21 +0000 (+0000) Subject: added a requested translation tip. X-Git-Url: https://hydra-www.ietfng.org/gitweb/?a=commitdiff_plain;h=bf7bfc5212e4e7493695f8a603ea2a20a85eb298;p=gtetrinet added a requested translation tip. --- diff --git a/ChangeLog b/ChangeLog index f1bcb6f..22e64a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-02-02 Jordi Mallach + + * src/winlist.c: add a requested translation tip. + 2003-02-01 Jordi Mallach * configure.in: check for and export GCONFTOOL. diff --git a/src/winlist.c b/src/winlist.c index a7466b3..830aabe 100644 --- a/src/winlist.c +++ b/src/winlist.c @@ -41,6 +41,7 @@ GtkWidget *winlist_page_new (void) winlist = gtk_tree_view_new_with_model (GTK_TREE_MODEL (winlist_store)); + /* "T" stands for "Team" here */ gtk_tree_view_insert_column_with_attributes (GTK_TREE_VIEW (winlist), -1, _("T"), renderer, "text", 0, NULL); gtk_tree_view_insert_column_with_attributes (GTK_TREE_VIEW (winlist), -1, _("Name"), renderer,