From 49a92a140763ca0273135489a676247d670161a3 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 11 May 2018 11:46:24 +0100 Subject: rename create_btn to ok to get desired button ordering MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit and help is missing a RET_HELP response id Change-Id: Ibb816f9a3d03ceef4edde023725bebd29f9160d2 Reviewed-on: https://gerrit.libreoffice.org/54128 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sd/source/ui/dlg/PhotoAlbumDialog.cxx | 2 +- sd/uiconfig/simpress/ui/photoalbum.ui | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/sd/source/ui/dlg/PhotoAlbumDialog.cxx b/sd/source/ui/dlg/PhotoAlbumDialog.cxx index 513dc00781c5..d7af857f86d8 100644 --- a/sd/source/ui/dlg/PhotoAlbumDialog.cxx +++ b/sd/source/ui/dlg/PhotoAlbumDialog.cxx @@ -44,7 +44,7 @@ SdPhotoAlbumDialog::SdPhotoAlbumDialog(vcl::Window* pWindow, SdDrawDocument* pAc pDoc(pActDoc) { get(pCancelBtn, "cancel"); - get(pCreateBtn, "create_btn"); + get(pCreateBtn, "ok"); get(pAddBtn, "add_btn"); get(pUpBtn, "up_btn"); diff --git a/sd/uiconfig/simpress/ui/photoalbum.ui b/sd/uiconfig/simpress/ui/photoalbum.ui index 743cad7108af..2ad9d1df394b 100644 --- a/sd/uiconfig/simpress/ui/photoalbum.ui +++ b/sd/uiconfig/simpress/ui/photoalbum.ui @@ -1,5 +1,5 @@ - + @@ -56,7 +56,7 @@ - + Insert Slides True True @@ -428,8 +428,11 @@ - create_btn + help cancel + + + -- cgit