summaryrefslogtreecommitdiff
path: root/filter/uiconfig
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-02-22 16:57:22 +0000
committerCaolán McNamara <caolanm@redhat.com>2018-02-25 00:59:27 +0100
commit3a387e314dde98b67430d768ceabf4ee4688690c (patch)
treef349ba78c8e9431cf8b817c4a66b978c53f7d45a /filter/uiconfig
parente1771058ebc4efc58515ffa60250843274990bac (diff)
convert all help responses to gtk's -11
and ok responses to gtk's -5 and cancel responses to gtk's -6 and close responses to gtk's -7 and yes responses to gtk's -8 and no responses to gtk's -9 Change-Id: Ia1a261a3a711ed9f5d8c0b0c639897c3064bb08c Reviewed-on: https://gerrit.libreoffice.org/50206 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'filter/uiconfig')
-rw-r--r--filter/uiconfig/ui/impswfdialog.ui6
-rw-r--r--filter/uiconfig/ui/pdfoptionsdialog.ui6
-rw-r--r--filter/uiconfig/ui/testxmlfilter.ui4
-rw-r--r--filter/uiconfig/ui/xmlfiltersettings.ui4
-rw-r--r--filter/uiconfig/ui/xsltfilterdialog.ui6
5 files changed, 13 insertions, 13 deletions
diff --git a/filter/uiconfig/ui/impswfdialog.ui b/filter/uiconfig/ui/impswfdialog.ui
index c32d4c936c27..391fceb3b2b4 100644
--- a/filter/uiconfig/ui/impswfdialog.ui
+++ b/filter/uiconfig/ui/impswfdialog.ui
@@ -287,9 +287,9 @@
</object>
</child>
<action-widgets>
- <action-widget response="0">ok</action-widget>
- <action-widget response="0">cancel</action-widget>
- <action-widget response="0">help</action-widget>
+ <action-widget response="-5">ok</action-widget>
+ <action-widget response="-6">cancel</action-widget>
+ <action-widget response="-11">help</action-widget>
</action-widgets>
</object>
</interface>
diff --git a/filter/uiconfig/ui/pdfoptionsdialog.ui b/filter/uiconfig/ui/pdfoptionsdialog.ui
index 94df2729f522..41721c60289a 100644
--- a/filter/uiconfig/ui/pdfoptionsdialog.ui
+++ b/filter/uiconfig/ui/pdfoptionsdialog.ui
@@ -220,9 +220,9 @@
</object>
</child>
<action-widgets>
- <action-widget response="0">ok</action-widget>
- <action-widget response="0">cancel</action-widget>
- <action-widget response="0">help</action-widget>
+ <action-widget response="-5">ok</action-widget>
+ <action-widget response="-6">cancel</action-widget>
+ <action-widget response="-11">help</action-widget>
</action-widgets>
</object>
</interface>
diff --git a/filter/uiconfig/ui/testxmlfilter.ui b/filter/uiconfig/ui/testxmlfilter.ui
index c23502c7f29f..8b700e04d2da 100644
--- a/filter/uiconfig/ui/testxmlfilter.ui
+++ b/filter/uiconfig/ui/testxmlfilter.ui
@@ -346,8 +346,8 @@
</object>
</child>
<action-widgets>
- <action-widget response="0">close</action-widget>
- <action-widget response="0">help</action-widget>
+ <action-widget response="-7">close</action-widget>
+ <action-widget response="-11">help</action-widget>
</action-widgets>
</object>
<object class="GtkSizeGroup" id="sizegroup1">
diff --git a/filter/uiconfig/ui/xmlfiltersettings.ui b/filter/uiconfig/ui/xmlfiltersettings.ui
index bacfeebdaebb..5d31a0d554d2 100644
--- a/filter/uiconfig/ui/xmlfiltersettings.ui
+++ b/filter/uiconfig/ui/xmlfiltersettings.ui
@@ -167,8 +167,8 @@
<action-widget response="0">delete</action-widget>
<action-widget response="0">save</action-widget>
<action-widget response="0">open</action-widget>
- <action-widget response="0">help</action-widget>
- <action-widget response="0">close</action-widget>
+ <action-widget response="-11">help</action-widget>
+ <action-widget response="-7">close</action-widget>
</action-widgets>
</object>
</interface>
diff --git a/filter/uiconfig/ui/xsltfilterdialog.ui b/filter/uiconfig/ui/xsltfilterdialog.ui
index 36446d70b9f6..12fe9960121c 100644
--- a/filter/uiconfig/ui/xsltfilterdialog.ui
+++ b/filter/uiconfig/ui/xsltfilterdialog.ui
@@ -128,9 +128,9 @@
</object>
</child>
<action-widgets>
- <action-widget response="0">ok</action-widget>
- <action-widget response="0">cancel</action-widget>
- <action-widget response="0">help</action-widget>
+ <action-widget response="-5">ok</action-widget>
+ <action-widget response="-6">cancel</action-widget>
+ <action-widget response="-11">help</action-widget>
</action-widgets>
</object>
</interface>