mirror of
https://github.com/transmission/transmission
synced 2024-12-23 00:04:06 +00:00
(trunk gtk) rearrange the prefs dialog tabs a little
This commit is contained in:
parent
b827a37dbd
commit
9ea5cbb524
1 changed files with 3 additions and 3 deletions
|
@ -1348,12 +1348,12 @@ tr_prefs_dialog_new( GObject * core,
|
|||
gtk_notebook_append_page( GTK_NOTEBOOK( n ),
|
||||
networkPage( core ),
|
||||
gtk_label_new ( _( "Network" ) ) );
|
||||
gtk_notebook_append_page( GTK_NOTEBOOK( n ),
|
||||
bandwidthPage( core ),
|
||||
gtk_label_new ( _( "Speed" ) ) );
|
||||
gtk_notebook_append_page( GTK_NOTEBOOK( n ),
|
||||
desktopPage( core ),
|
||||
gtk_label_new ( _( "Desktop" ) ) );
|
||||
gtk_notebook_append_page( GTK_NOTEBOOK( n ),
|
||||
bandwidthPage( core ),
|
||||
gtk_label_new ( _( "Bandwidth" ) ) );
|
||||
gtk_notebook_append_page( GTK_NOTEBOOK( n ),
|
||||
webPage( core ),
|
||||
gtk_label_new ( _( "Web" ) ) );
|
||||
|
|
Loading…
Reference in a new issue