summaryrefslogtreecommitdiff
path: root/cui/source/options/optinet2.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2014-08-15 23:16:36 +0200
committerThomas Arnhold <thomas@arnhold.org>2014-08-15 23:30:32 +0200
commit0ad58a0a4501e4ee3762479f3d9d501ad85dec6c (patch)
tree12295e50aac2efd3491b6aca960f891b327a873e /cui/source/options/optinet2.cxx
parent18f3a1a71dfe76987ec8adaa41f6313b68fe2ed2 (diff)
WarningBox RID_SVX_MSGBOX_LANGUAGE_RESTART to String
As it's like RID_SVX_MSGBOX_LANGUAGE_RESTART Change-Id: I49c68537c22b348dd165fd1cfb78b67d8f3f7c88
Diffstat (limited to 'cui/source/options/optinet2.cxx')
-rw-r--r--cui/source/options/optinet2.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/optinet2.cxx b/cui/source/options/optinet2.cxx
index 46d36f80bbff..02f5bf798ef0 100644
--- a/cui/source/options/optinet2.cxx
+++ b/cui/source/options/optinet2.cxx
@@ -776,7 +776,7 @@ IMPL_LINK_NOARG(SvxSecurityTabPage, CertPathPBHdl)
if (nRet == RET_OK && sOrig != mpCertPathDlg->getDirectory())
{
- WarningBox aWarnBox(this, CUI_RES(RID_SVX_MSGBOX_OPTIONS_RESTART));
+ MessageDialog aWarnBox(this, CUI_RES(RID_SVXSTR_OPTIONS_RESTART), VCL_MESSAGE_INFO);
aWarnBox.Execute();
}