Commit adb234fc authored by Francois Cartegnie's avatar Francois Cartegnie

Qt: Preferences: match window title to current prefs

parent 295f55c5
...@@ -194,6 +194,7 @@ void PrefsDialog::setAdvanced() ...@@ -194,6 +194,7 @@ void PrefsDialog::setAdvanced()
all->setChecked( true ); all->setChecked( true );
stack->setCurrentIndex( ADVANCED ); stack->setCurrentIndex( ADVANCED );
setWindowTitle( qtr( "Advanced Preferences" ) );
} }
void PrefsDialog::setSmall() void PrefsDialog::setSmall()
...@@ -214,6 +215,7 @@ void PrefsDialog::setSmall() ...@@ -214,6 +215,7 @@ void PrefsDialog::setSmall()
small->setChecked( true ); small->setChecked( true );
stack->setCurrentIndex( SIMPLE ); stack->setCurrentIndex( SIMPLE );
setWindowTitle( qtr( "Simple Preferences" ) );
} }
/* Switching from on simple panel to another */ /* Switching from on simple panel to another */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment