mirror of
https://github.com/transmission/transmission
synced 2024-12-24 00:34:04 +00:00
(trunk gtk) use Rolcol's suggestions on the filterbar
This commit is contained in:
parent
8e529921d7
commit
e4d6884d19
1 changed files with 4 additions and 2 deletions
|
@ -515,8 +515,10 @@ testCategory( GtkWidget * category_combo, tr_torrent * tor )
|
|||
}
|
||||
|
||||
case CAT_FILTER_TYPE_TAG:
|
||||
/* FIXME */
|
||||
return TRUE;
|
||||
|
||||
default:
|
||||
g_message( "FIXME" );
|
||||
return TRUE;
|
||||
}
|
||||
}
|
||||
|
@ -922,7 +924,7 @@ gtr_filter_bar_new( GtkTreeModel * tmodel, GtkTreeModel ** filter_model )
|
|||
h = gtk_hbox_new( FALSE, GUI_PAD_SMALL );
|
||||
|
||||
/* add the category combobox */
|
||||
str = _( "Show _Category:" );
|
||||
str = _( "_Category:" );
|
||||
w = category;
|
||||
l = gtk_label_new( NULL );
|
||||
gtk_label_set_markup_with_mnemonic( GTK_LABEL( l ), str );
|
||||
|
|
Loading…
Reference in a new issue