sw/uiconfig/swriter/ui/textgridpage.ui | 1 + 1 file changed, 1 insertion(+)
New commits: commit 5be419d91c54bfa44f5d2897064dc07fb223de81 Author: Caolán McNamara <[email protected]> AuthorDate: Mon Aug 15 19:51:10 2022 +0100 Commit: Caolán McNamara <[email protected]> CommitDate: Tue Aug 16 09:49:17 2022 +0200 fix "invalid cast from 'GtkImage' to 'GtkLabel'" warning Change-Id: I7daa8d75151152c11ad4b1835101921006e2e62b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/138326 Tested-by: Jenkins Reviewed-by: Caolán McNamara <[email protected]> diff --git a/sw/uiconfig/swriter/ui/textgridpage.ui b/sw/uiconfig/swriter/ui/textgridpage.ui index d072474cd586..a7438fe6d055 100644 --- a/sw/uiconfig/swriter/ui/textgridpage.ui +++ b/sw/uiconfig/swriter/ui/textgridpage.ui @@ -528,6 +528,7 @@ </child> <child> <object class="GtkMenuButton" id="listLB_COLOR"> + <property name="label" translatable="no"></property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="receives-default">False</property>
