From 06a485f02b544ff87a023fe885736e35074bfc40 Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Mon, 18 Aug 2014 02:17:38 +0200 Subject: InfoBox IBX_MNUCFG_ALREADY_INCLUDED to String Change-Id: I343948a9a5e093f210cae1049caa92eeb614a2d7 --- cui/source/customize/cfg.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cui/source/customize/cfg.cxx') diff --git a/cui/source/customize/cfg.cxx b/cui/source/customize/cfg.cxx index 8d10cce954fd..79dba76a9819 100644 --- a/cui/source/customize/cfg.cxx +++ b/cui/source/customize/cfg.cxx @@ -24,6 +24,7 @@ #include #include +#include #include #include #include @@ -2085,8 +2086,8 @@ IMPL_LINK( SvxConfigPage, AsyncInfoMsg, OUString*, pMsg ) (void)pMsg; // Asynchronous msg because of D&D - InfoBox( this, CUI_RES( - IBX_MNUCFG_ALREADY_INCLUDED ) ).Execute(); + MessageDialog( this, CUI_RES( + RID_SVXSTR_MNUCFG_ALREADY_INCLUDED ), VCL_MESSAGE_INFO ).Execute(); return 0; } -- cgit