extensions/source/update/ui/updatecheckui.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
New commits: commit dba2bae5aa77492a47243590fe125e97e505814d Author: Thomas Arnhold <tho...@arnhold.org> Date: Wed Aug 20 21:53:01 2014 +0200 stray ErrorBox from ResId forgotten in c584f344b7f810c297da616befdc354b86fbf8b8 Change-Id: I2847b1853602c3a0ac1f9e55b496a34a408c790c diff --git a/extensions/source/update/ui/updatecheckui.cxx b/extensions/source/update/ui/updatecheckui.cxx index 1f2b1c7..1c1120f 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(); } } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits