(gtk) fix mnemonic collision in Edit > Preferences > Desktop, reported by Nemo @ http://forum.transmissionbt.com/viewtopic.php?f=1&t=6310&p=30583#p30578
This commit is contained in:
parent
f336aff2e7
commit
49fc346491
|
@ -397,7 +397,7 @@ desktopPage( GObject * core )
|
||||||
t = hig_workarea_create( );
|
t = hig_workarea_create( );
|
||||||
hig_workarea_add_section_title( t, &row, _( "Options" ) );
|
hig_workarea_add_section_title( t, &row, _( "Options" ) );
|
||||||
|
|
||||||
s = _( "_Inhibit desktop hibernation when torrents are active" );
|
s = _( "Inhibit desktop _hibernation when torrents are active" );
|
||||||
w = new_check_button( s, PREF_KEY_INHIBIT_HIBERNATION, core );
|
w = new_check_button( s, PREF_KEY_INHIBIT_HIBERNATION, core );
|
||||||
hig_workarea_add_wide_control( t, &row, w );
|
hig_workarea_add_wide_control( t, &row, w );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue