diff options
author | Noel <noelgrandin@gmail.com> | 2020-10-01 16:26:59 +0200 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-10-02 10:17:40 +0200 |
commit | 2e3afaebd027d0280b871c3515c4999b7912692a (patch) | |
tree | ecf94f1826e43394a5c9c576fabb7c42d217df56 /sc | |
parent | 61d9d1cf56994146d514fd5bf8c3f3f6885449ea (diff) |
lint-ui.py check that GtkMenuButton has a label property
Change-Id: Ib1aa8ee050d2425387ddc1080f11f0ddfc2f9236
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/103770
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc')
-rw-r--r-- | sc/uiconfig/scalc/ui/scenariodialog.ui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/uiconfig/scalc/ui/scenariodialog.ui b/sc/uiconfig/scalc/ui/scenariodialog.ui index 02f4e7d8ef4c..e2545950b4ab 100644 --- a/sc/uiconfig/scalc/ui/scenariodialog.ui +++ b/sc/uiconfig/scalc/ui/scenariodialog.ui @@ -302,6 +302,7 @@ </child> <child> <object class="GtkMenuButton" id="bordercolor"> + <property name="label" translatable="no"></property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> |