diff options
Diffstat (limited to 'qt-gui.cpp')
-rw-r--r-- | qt-gui.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-gui.cpp b/qt-gui.cpp index 314e41906..170b1c444 100644 --- a/qt-gui.cpp +++ b/qt-gui.cpp @@ -151,6 +151,7 @@ void init_ui(int *argcp, char ***argvp) s.endGroup(); window = new MainWindow(); + window->loadRecentFiles(&s); window->show(); if (existing_filename && existing_filename[0] != '\0') window->setTitle(MWTF_FILENAME); |