From 3a387e314dde98b67430d768ceabf4ee4688690c Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Thu, 22 Feb 2018 16:57:22 +0000 Subject: convert all help responses to gtk's -11 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- formula/uiconfig/ui/formuladialog.ui | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'formula') diff --git a/formula/uiconfig/ui/formuladialog.ui b/formula/uiconfig/ui/formuladialog.ui index a0d161268874..c8ffbd062dba 100644 --- a/formula/uiconfig/ui/formuladialog.ui +++ b/formula/uiconfig/ui/formuladialog.ui @@ -489,11 +489,11 @@ - help + help back next - ok - cancel + ok + cancel -- cgit