[Libreoffice-commits] core.git: Branch 'libreoffice-6-2' - cui/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Mar 21 16:30:38 UTC 2019


 cui/source/dialogs/cuigaldlg.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ddf479c183ef906ddc7eaff96c0fb9992d34aae1
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Thu Mar 21 14:41:33 2019 +0000
Commit:     Xisco Faulí <xiscofauli at libreoffice.org>
CommitDate: Thu Mar 21 17:30:09 2019 +0100

    Resolves: tdf#122803 make gallery 'add' dialog title localized
    
    Change-Id: Iaa2ee6c982c8fd5d5cf1b9b09a835b917217d85c
    Reviewed-on: https://gerrit.libreoffice.org/69517
    Reviewed-by: Xisco Faulí <xiscofauli at libreoffice.org>
    Tested-by: Xisco Faulí <xiscofauli at libreoffice.org>

diff --git a/cui/source/dialogs/cuigaldlg.cxx b/cui/source/dialogs/cuigaldlg.cxx
index 42329f0e95b0..20034936de80 100644
--- a/cui/source/dialogs/cuigaldlg.cxx
+++ b/cui/source/dialogs/cuigaldlg.cxx
@@ -926,7 +926,7 @@ IMPL_LINK_NOARG(TPGalleryThemeProperties, ClickTakeHdl, weld::Button&, void)
 
         if (!m_xLbxFound->count_selected_rows() || !bEntriesFound)
         {
-            SvxOpenGraphicDialog aDlg("Gallery", GetDialogFrameWeld());
+            SvxOpenGraphicDialog aDlg(CuiResId(RID_SVXSTR_KEY_GALLERY_DIR), GetDialogFrameWeld());
             aDlg.EnableLink(false);
             aDlg.AsLink(false);
 


More information about the Libreoffice-commits mailing list