dbaccess/source/ui/tabledesign/TableDesignControl.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit be59ff1de66c88c23af41080d6fb2d80be9e0d76
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Mon Dec 21 10:36:32 2020 +0000
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Mon Dec 21 14:05:26 2020 +0100

    wrong menu used here
    
    since...
    
    commit 9714e7460c3ff67f2683483bf3634b2f31cda361
    Date:   Tue Apr 18 10:34:10 2017 +0100
    
        convert table design row menu to .ui
    
    Change-Id: I772da4b8f97f0e416e72af35e59dfbb8d127a32c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108004
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/dbaccess/source/ui/tabledesign/TableDesignControl.cxx 
b/dbaccess/source/ui/tabledesign/TableDesignControl.cxx
index 9b3b21e577b1..2c0241b132df 100644
--- a/dbaccess/source/ui/tabledesign/TableDesignControl.cxx
+++ b/dbaccess/source/ui/tabledesign/TableDesignControl.cxx
@@ -109,7 +109,7 @@ void OTableRowView::Command(const CommandEvent& rEvt)
 
             if ( nColId == HANDLE_ID )
             {
-                VclBuilder aBuilder(nullptr, AllSettings::GetUIRootDir(), 
"dbaccess/ui/querycolmenu.ui", "");
+                VclBuilder aBuilder(nullptr, AllSettings::GetUIRootDir(), 
"dbaccess/ui/tabledesignrowmenu.ui", "");
                 VclPtr<PopupMenu> aContextMenu(aBuilder.get_menu("menu"));
                 sal_Int32 nSelectRowCount = GetSelectRowCount();
                 aContextMenu->EnableItem(aContextMenu->GetItemId("cut"), 
nSelectRowCount != 0);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to