[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - basctl/source

Caolán McNamara caolanm at redhat.com
Fri Aug 7 02:36:34 PDT 2015


 basctl/source/dlged/managelang.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 89d8ad07c3fe619a0efa809750687e1276668fd4
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Fri Aug 7 09:10:57 2015 +0100

    Resolves: tdf#92896 wrong delete language dialog path
    
    Change-Id: I720e95c6c5e8b613ef880aa65f5e8cdb85143b58
    Reviewed-on: https://gerrit.libreoffice.org/17566
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Miklos Vajna <vmiklos at collabora.co.uk>

diff --git a/basctl/source/dlged/managelang.cxx b/basctl/source/dlged/managelang.cxx
index 5910699..998a688 100644
--- a/basctl/source/dlged/managelang.cxx
+++ b/basctl/source/dlged/managelang.cxx
@@ -164,7 +164,7 @@ IMPL_LINK_NOARG(ManageLanguageDialog, AddHdl)
 
 IMPL_LINK_NOARG(ManageLanguageDialog, DeleteHdl)
 {
-    ScopedVclPtrInstance< MessageDialog > aQBox(this, "DeleteLangDialog", "modules/BasicIDE/ui/deletelang.ui");
+    ScopedVclPtrInstance< MessageDialog > aQBox(this, "DeleteLangDialog", "modules/BasicIDE/ui/deletelangdialog.ui");
     if ( aQBox->Execute() == RET_OK )
     {
         sal_uInt16 i, nCount = m_pLanguageLB->GetSelectEntryCount();


More information about the Libreoffice-commits mailing list