git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7188 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
pontscho 2002-08-31 09:52:43 +00:00
parent 7ce4e2d2eb
commit fc4697b029
1 changed files with 1 additions and 1 deletions

View File

@ -1798,7 +1798,7 @@ GtkWidget * create_Preferences( void )
gtk_signal_connect( GTK_OBJECT( HSPPQuality ),"motion_notify_event",GTK_SIGNAL_FUNC( on_HSPPQuality_motion_notify_event ),NULL );
#endif
gtk_notebook_set_page( GTK_NOTEBOOK( notebook1 ),3 );
gtk_notebook_set_page( GTK_NOTEBOOK( notebook1 ),2 );
gtk_window_add_accel_group( GTK_WINDOW( Preferences ),accel_group );