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 /sd | |
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 'sd')
-rw-r--r-- | sd/uiconfig/sdraw/ui/copydlg.ui | 2 | ||||
-rw-r--r-- | sd/uiconfig/simpress/ui/customanimationeffecttab.ui | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/sd/uiconfig/sdraw/ui/copydlg.ui b/sd/uiconfig/sdraw/ui/copydlg.ui index ed202c2aa2e5..b7a710d423a6 100644 --- a/sd/uiconfig/sdraw/ui/copydlg.ui +++ b/sd/uiconfig/sdraw/ui/copydlg.ui @@ -489,6 +489,7 @@ </child> <child> <object class="GtkMenuButton" id="start"> + <property name="label" translatable="no"></property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> @@ -511,6 +512,7 @@ </child> <child> <object class="GtkMenuButton" id="end"> + <property name="label" translatable="no"></property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> diff --git a/sd/uiconfig/simpress/ui/customanimationeffecttab.ui b/sd/uiconfig/simpress/ui/customanimationeffecttab.ui index 5ca9087e82c7..7d1c40a7f3d4 100644 --- a/sd/uiconfig/simpress/ui/customanimationeffecttab.ui +++ b/sd/uiconfig/simpress/ui/customanimationeffecttab.ui @@ -302,6 +302,7 @@ </child> <child> <object class="GtkMenuButton" id="dim_color_list"> + <property name="label" translatable="no"></property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> |