Do not store the welcome page in the user history.

This commit is contained in:
Tvangeste 2013-01-20 19:25:12 +01:00
parent 9efe6a431f
commit d5dd8eb940

View file

@ -635,7 +635,11 @@ MainWindow::MainWindow( Config::Class & cfg_ ):
{
ArticleView *view = getCurrentArticleView();
history.enableAdd( false );
view->showDefinition( tr( "Welcome!" ), Instances::Group::HelpGroupId );
history.enableAdd( cfg.preferences.storeHistory );
}
translateLine->setFocus();