diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-08-20 21:53:01 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-08-20 21:53:01 +0200 |
commit | dba2bae5aa77492a47243590fe125e97e505814d (patch) | |
tree | 8c4a49b411f95bff1650e5dfa7e4f755a12af7e3 /extensions/source/update/ui | |
parent | 50fffcaa05eef36fe03b1654bd57fdd3ae741106 (diff) |
stray ErrorBox from ResId
forgotten in c584f344b7f810c297da616befdc354b86fbf8b8
Change-Id: I2847b1853602c3a0ac1f9e55b496a34a408c790c
Diffstat (limited to 'extensions/source/update/ui')
-rw-r--r-- | extensions/source/update/ui/updatecheckui.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extensions/source/update/ui/updatecheckui.cxx b/extensions/source/update/ui/updatecheckui.cxx index 1f2b1c7f8885..1c1120fc6b68 100644 --- a/extensions/source/update/ui/updatecheckui.cxx +++ b/extensions/source/update/ui/updatecheckui.cxx @@ -42,6 +42,7 @@ #include <vcl/timer.hxx> #include <vcl/menu.hxx> #include <vcl/outdev.hxx> +#include <vcl/layout.hxx> #include <vcl/msgbox.hxx> #include <vcl/lineinfo.hxx> #include <vcl/button.hxx> @@ -594,7 +595,7 @@ IMPL_LINK_NOARG(UpdateCheckUI, ClickHdl) mrJob->execute( aEmpty ); } catch(const uno::Exception&) { - ErrorBox( NULL, ResId( MSG_ERR_NO_WEBBROWSER_FOUND, *mpSfxResMgr )).Execute(); + MessageDialog( NULL, ResId( STR_NO_WEBBROWSER_FOUND, *mpSfxResMgr )).Execute(); } } |