(trunk gtk) fix stupid #1157 bug reported by RolCol

This commit is contained in:
Charles Kerr 2009-04-07 02:27:47 +00:00
parent 0746a8eafa
commit 396216563c
1 changed files with 1 additions and 0 deletions

View File

@ -1377,6 +1377,7 @@ networkPage( GObject * core )
s = _( "Randomize the port every launch" );
w = new_check_button( s, TR_PREFS_KEY_PEER_PORT_RANDOM_ON_START, core );
hig_workarea_add_wide_control( t, &row, w );
s = _( "Use UPnP or NAT-PMP port _forwarding from my router" );
w = new_check_button( s, TR_PREFS_KEY_PORT_FORWARDING, core );