summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorNoel <noelgrandin@gmail.com>2020-10-01 16:26:59 +0200
committerCaolán McNamara <caolanm@redhat.com>2020-10-02 10:17:40 +0200
commit2e3afaebd027d0280b871c3515c4999b7912692a (patch)
treeecf94f1826e43394a5c9c576fabb7c42d217df56 /sw
parent61d9d1cf56994146d514fd5bf8c3f3f6885449ea (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 'sw')
-rw-r--r--sw/uiconfig/swriter/ui/optredlinepage.ui4
-rw-r--r--sw/uiconfig/swriter/ui/watermarkdialog.ui1
2 files changed, 5 insertions, 0 deletions
diff --git a/sw/uiconfig/swriter/ui/optredlinepage.ui b/sw/uiconfig/swriter/ui/optredlinepage.ui
index 6ade86095201..599627738686 100644
--- a/sw/uiconfig/swriter/ui/optredlinepage.ui
+++ b/sw/uiconfig/swriter/ui/optredlinepage.ui
@@ -89,6 +89,7 @@
</child>
<child>
<object class="GtkMenuButton" id="insertcolor">
+ <property name="label" translatable="no"></property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="receives_default">False</property>
@@ -226,6 +227,7 @@
</child>
<child>
<object class="GtkMenuButton" id="deletedcolor">
+ <property name="label" translatable="no"></property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="receives_default">False</property>
@@ -363,6 +365,7 @@
</child>
<child>
<object class="GtkMenuButton" id="changedcolor">
+ <property name="label" translatable="no"></property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="receives_default">False</property>
@@ -456,6 +459,7 @@
<property name="column_spacing">12</property>
<child>
<object class="GtkMenuButton" id="markcolor">
+ <property name="label" translatable="no"></property>
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="receives_default">False</property>
diff --git a/sw/uiconfig/swriter/ui/watermarkdialog.ui b/sw/uiconfig/swriter/ui/watermarkdialog.ui
index 9b21aea7281f..34d858588219 100644
--- a/sw/uiconfig/swriter/ui/watermarkdialog.ui
+++ b/sw/uiconfig/swriter/ui/watermarkdialog.ui
@@ -210,6 +210,7 @@
</child>
<child>
<object class="GtkMenuButton" id="Color">
+ <property name="label" translatable="no"></property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>