diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-08-18 02:17:38 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-08-18 02:18:20 +0200 |
commit | 06a485f02b544ff87a023fe885736e35074bfc40 (patch) | |
tree | a7596ff699bc08bbeb47b27b9e2faab4526cb9b4 /cui/source/customize/cfg.cxx | |
parent | fbb3617a9bfb0742990a3711d5e0d3fa5adf3962 (diff) |
InfoBox IBX_MNUCFG_ALREADY_INCLUDED to String
Change-Id: I343948a9a5e093f210cae1049caa92eeb614a2d7
Diffstat (limited to 'cui/source/customize/cfg.cxx')
-rw-r--r-- | cui/source/customize/cfg.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
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 <time.h> #include <vcl/help.hxx> +#include <vcl/layout.hxx> #include <vcl/msgbox.hxx> #include <vcl/decoview.hxx> #include <vcl/toolbox.hxx> @@ -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; } |