]> git.lyx.org Git - features.git/commitdiff
Advanced F&R dialog does not need to be restored at start-up.
authorTommaso Cucinotta <tommaso@lyx.org>
Sat, 26 Oct 2013 17:37:25 +0000 (18:37 +0100)
committerTommaso Cucinotta <tommaso@lyx.org>
Sat, 26 Oct 2013 17:37:25 +0000 (18:37 +0100)
src/frontends/qt4/GuiView.cpp

index 70f1e2ec27340c2b98340a0e0a355664a179c63e..895a9e14948e5f2998cecdfb1a84a9185161d131 100644 (file)
@@ -671,8 +671,6 @@ bool GuiView::restoreLayout()
                dialog->prepareView();
        if ((dialog = findOrBuild("progress", true)))
                dialog->prepareView();
-       if ((dialog = findOrBuild("findreplaceadv", true)))
-               dialog->prepareView();
 
        if (!restoreState(settings.value("layout").toByteArray(), 0))
                initToolbars();