diff options
Diffstat (limited to '')
-rw-r--r-- | src/MainWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp index a59bd01d..35890a47 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -29,7 +29,7 @@ MainWindow::MainWindow() settings(RESOURCE_DIR(appPath) + "/conf/gpgfrontend.ini", QSettings::IniFormat) { - auto waitingDialog = new WaitingDialog(this); + auto waitingDialog = new WaitingDialog("Loading", this); auto ctx_thread = QThread::create([&]() { mCtx = new GpgME::GpgContext(); }); |