diff --git a/mainwindow.cc b/mainwindow.cc index ab994131..c866c50c 100644 --- a/mainwindow.cc +++ b/mainwindow.cc @@ -870,7 +870,7 @@ MainWindow::MainWindow( Config::Class & cfg_ ): prepareNewReleaseChecks(); // makeDictionaries() didn't do deferred init - we do it here, at the end. - //doDeferredInit( dictionaries ); + doDeferredInit( dictionaries ); updateStatusLine();