diff options
author | Saturneric <[email protected]> | 2022-01-04 09:03:18 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-01-04 09:03:18 +0000 |
commit | 4b1c63107929e9c5415e75b696876f65eeac9ac3 (patch) | |
tree | f37c79244e141af7600c87518dd1da9edc3378ba /src/ui/smtp/SendMailDialog.cpp | |
parent | <fix>(core): fix windows build problem (diff) | |
download | GpgFrontend-4b1c63107929e9c5415e75b696876f65eeac9ac3.tar.gz GpgFrontend-4b1c63107929e9c5415e75b696876f65eeac9ac3.zip |
<fix>(ui): improve ui.
Diffstat (limited to '')
-rw-r--r-- | src/ui/smtp/SendMailDialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/smtp/SendMailDialog.cpp b/src/ui/smtp/SendMailDialog.cpp index 9db78608..a758a18c 100644 --- a/src/ui/smtp/SendMailDialog.cpp +++ b/src/ui/smtp/SendMailDialog.cpp @@ -45,7 +45,7 @@ SendMailDialog::SendMailDialog(const QString& text, QWidget* parent) if (smtp_address_.isEmpty()) { QMessageBox::critical( - this, _("Incomplete configuration"), + this->parentWidget(), _("Incomplete configuration"), _("The SMTP address is empty, please go to the setting interface to " "complete the configuration.")); |