Kaydet (Commit) 560090ec authored tarafından Caolán McNamara's avatar Caolán McNamara

give email settings dialog a title

Change-Id: Id073f9bc4ed4710ba29d7864f8d03a54fa14354c
Reviewed-on: https://gerrit.libreoffice.org/66788
Tested-by: Jenkins
Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst ac163b51
......@@ -1352,6 +1352,8 @@
#define STR_BUSINESS_CARDS NC_("labeldialog|cards", "Business Cards")
#define STR_MAILCONFIG_DLG_TITLE NC_("STR_MAILCONFIG_DLG_TITLE", "E-mail settings")
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
......@@ -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(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment