From 33b271f06f02bcc987c56da0db70bad4428356cc Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Tue, 13 Aug 2013 15:25:42 +0200 Subject: [PATCH] Remove "min" from the bitrate column of codecs configuration. --- gtk/propertybox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/propertybox.c b/gtk/propertybox.c index f30b55d05..fc260d0b2 100644 --- a/gtk/propertybox.c +++ b/gtk/propertybox.c @@ -399,7 +399,7 @@ static void linphone_gtk_init_codec_list(GtkTreeView *listview){ "foreground",CODEC_COLOR, NULL); gtk_tree_view_append_column (listview, column); - column = gtk_tree_view_column_new_with_attributes (_("Min bitrate (kbit/s)"), + column = gtk_tree_view_column_new_with_attributes (_("Bitrate (kbit/s)"), renderer, "text", CODEC_BITRATE, "foreground",CODEC_COLOR,