mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 03:58:08 +00:00
Remove "min" from the bitrate column of codecs configuration.
This commit is contained in:
parent
88a0da21c1
commit
33b271f06f
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue