[Libreoffice-commits] core.git: basctl/source
Caolán McNamara
caolanm at redhat.com
Fri Aug 7 01:12:43 PDT 2015
basctl/source/dlged/managelang.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e8620d35f73f38f3cc6b550909c73188b64a88bf
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/17565
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
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