From b312c10a787b34fdc0252d0651c00edb3855d657 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 28 Feb 2018 15:54:59 +0000 Subject: give ok, cancel, help buttons those names MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit So they can be used to sort the buttons into native ordering (eventually). Give them the gtk response ids, so they can be used by native gtk3 dialog loading (eventually) Change-Id: Ide49649b8ea6a2e0c003d23c3a88f0cb06822b05 Reviewed-on: https://gerrit.libreoffice.org/50535 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- svtools/uiconfig/ui/placeedit.ui | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'svtools/uiconfig/ui/placeedit.ui') diff --git a/svtools/uiconfig/ui/placeedit.ui b/svtools/uiconfig/ui/placeedit.ui index 325f415f89f9..61ddbcaec0dd 100644 --- a/svtools/uiconfig/ui/placeedit.ui +++ b/svtools/uiconfig/ui/placeedit.ui @@ -48,7 +48,7 @@ False end - + gtk-help True True @@ -464,6 +464,7 @@ delete ok cancel + help -- cgit