cui/Package_uiconfig.mk         |    2 +-
 sfx2/source/dialog/basedlgs.cxx |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 2af8cfe5cf9e24c77b1923f5ef7da2e8c215dacc
Author: Caolán McNamara <caol...@redhat.com>
Date:   Tue May 22 15:38:10 2012 +0100

    put the cui zoom dialog into the right place

diff --git a/cui/Package_uiconfig.mk b/cui/Package_uiconfig.mk
index 4f3e809..524a542 100644
--- a/cui/Package_uiconfig.mk
+++ b/cui/Package_uiconfig.mk
@@ -27,6 +27,6 @@
 
 $(eval $(call gb_Package_Package,cui_uiconfig,$(SRCDIR)/cui/uiconfig))
 
-$(eval $(call 
gb_Package_add_file,cui_uiconfig,xml/uiconfig/ui/10000.ui,ui/10000.ui))
+$(eval $(call 
gb_Package_add_file,cui_uiconfig,xml/uiconfig/cui/ui/10000.ui,ui/10000.ui))
 
 # vim: set noet sw=4 ts=4:
diff --git a/sfx2/source/dialog/basedlgs.cxx b/sfx2/source/dialog/basedlgs.cxx
index 5a7529a..8bdb453 100644
--- a/sfx2/source/dialog/basedlgs.cxx
+++ b/sfx2/source/dialog/basedlgs.cxx
@@ -213,7 +213,7 @@ SfxModalDialog::SfxModalDialog(Window* pParent, const ResId 
&rResId )
     sal_Int32 nUIid = static_cast<sal_Int32>(nUniqId);
     rtl::OUString sPath = rtl::OUStringBuffer(getUIRootDir()).
         append(rResId.GetResMgr()->getPrefixName()).
-        append('/').
+        append("/ui/").
         append(nUIid).
         appendAscii(".ui").
         makeStringAndClear();
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to