summaryrefslogtreecommitdiff
path: root/sw/source/ui/config/mailconfigpage.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-01-23 11:33:05 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-01-23 15:07:02 +0100
commit560090eccac16bca5616d210c0c82979b9e603c1 (patch)
tree5df61a130a8a75857f724ed99389f31b457fe438 /sw/source/ui/config/mailconfigpage.cxx
parentac163b519fc56e3695617315579bbcafeb3a9fe1 (diff)
give email settings dialog a title
Change-Id: Id073f9bc4ed4710ba29d7864f8d03a54fa14354c Reviewed-on: https://gerrit.libreoffice.org/66788 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/source/ui/config/mailconfigpage.cxx')
-rw-r--r--sw/source/ui/config/mailconfigpage.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/sw/source/ui/config/mailconfigpage.cxx b/sw/source/ui/config/mailconfigpage.cxx
index 59d473bed798..f5cbb4577b1a 100644
--- a/sw/source/ui/config/mailconfigpage.cxx
+++ b/sw/source/ui/config/mailconfigpage.cxx
@@ -34,6 +34,7 @@
#include <com/sun/star/mail/MailServiceProvider.hpp>
#include <globals.hrc>
#include <dbui.hrc>
+#include <strings.hrc>
#include <bitmaps.hlst>
using namespace ::com::sun::star;
@@ -367,6 +368,7 @@ SwMailConfigDlg::SwMailConfigDlg(weld::Window* pParent, SfxItemSet& rSet)
TabPageParent pPageParent(get_content_area(), this);
// create TabPage
SetTabPage(SwMailConfigPage::Create(pPageParent, &rSet));
+ m_xDialog->set_title(SwResId(STR_MAILCONFIG_DLG_TITLE));
}
SwAuthenticationSettingsDialog::SwAuthenticationSettingsDialog(