diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-02-22 16:57:22 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-02-25 00:59:27 +0100 |
commit | 3a387e314dde98b67430d768ceabf4ee4688690c (patch) | |
tree | f349ba78c8e9431cf8b817c4a66b978c53f7d45a /svtools/uiconfig | |
parent | e1771058ebc4efc58515ffa60250843274990bac (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 'svtools/uiconfig')
-rw-r--r-- | svtools/uiconfig/ui/addresstemplatedialog.ui | 6 | ||||
-rw-r--r-- | svtools/uiconfig/ui/graphicexport.ui | 6 | ||||
-rw-r--r-- | svtools/uiconfig/ui/placeedit.ui | 4 | ||||
-rw-r--r-- | svtools/uiconfig/ui/printersetupdialog.ui | 6 | ||||
-rw-r--r-- | svtools/uiconfig/ui/restartdialog.ui | 4 |
5 files changed, 13 insertions, 13 deletions
diff --git a/svtools/uiconfig/ui/addresstemplatedialog.ui b/svtools/uiconfig/ui/addresstemplatedialog.ui index 07c36b7021ce..a1d3a72937d1 100644 --- a/svtools/uiconfig/ui/addresstemplatedialog.ui +++ b/svtools/uiconfig/ui/addresstemplatedialog.ui @@ -541,9 +541,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/svtools/uiconfig/ui/graphicexport.ui b/svtools/uiconfig/ui/graphicexport.ui index 65eea459fdd7..80b18ac47569 100644 --- a/svtools/uiconfig/ui/graphicexport.ui +++ b/svtools/uiconfig/ui/graphicexport.ui @@ -959,9 +959,9 @@ </object> </child> <action-widgets> - <action-widget response="0">help</action-widget> - <action-widget response="0">ok</action-widget> - <action-widget response="0">cancel</action-widget> + <action-widget response="-11">help</action-widget> + <action-widget response="-5">ok</action-widget> + <action-widget response="-6">cancel</action-widget> </action-widgets> </object> </interface> diff --git a/svtools/uiconfig/ui/placeedit.ui b/svtools/uiconfig/ui/placeedit.ui index 69ca0d8f97dc..325f415f89f9 100644 --- a/svtools/uiconfig/ui/placeedit.ui +++ b/svtools/uiconfig/ui/placeedit.ui @@ -462,8 +462,8 @@ </child> <action-widgets> <action-widget response="0">delete</action-widget> - <action-widget response="0">ok</action-widget> - <action-widget response="0">cancel</action-widget> + <action-widget response="-5">ok</action-widget> + <action-widget response="-6">cancel</action-widget> </action-widgets> </object> </interface> diff --git a/svtools/uiconfig/ui/printersetupdialog.ui b/svtools/uiconfig/ui/printersetupdialog.ui index 7cc0d9b6b15d..bb2b6ef01114 100644 --- a/svtools/uiconfig/ui/printersetupdialog.ui +++ b/svtools/uiconfig/ui/printersetupdialog.ui @@ -260,10 +260,10 @@ </object> </child> <action-widgets> - <action-widget response="0">help</action-widget> + <action-widget response="-11">help</action-widget> <action-widget response="0">options</action-widget> - <action-widget response="0">ok</action-widget> - <action-widget response="0">cancel</action-widget> + <action-widget response="-5">ok</action-widget> + <action-widget response="-6">cancel</action-widget> </action-widgets> </object> </interface> diff --git a/svtools/uiconfig/ui/restartdialog.ui b/svtools/uiconfig/ui/restartdialog.ui index 70a7853acd04..7f03e5bc1489 100644 --- a/svtools/uiconfig/ui/restartdialog.ui +++ b/svtools/uiconfig/ui/restartdialog.ui @@ -249,8 +249,8 @@ </object> </child> <action-widgets> - <action-widget response="0">yes</action-widget> - <action-widget response="0">no</action-widget> + <action-widget response="-8">yes</action-widget> + <action-widget response="-9">no</action-widget> </action-widgets> </object> </interface> |