diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-03-21 14:41:33 +0000 |
---|---|---|
committer | Xisco Faulí <xiscofauli@libreoffice.org> | 2019-03-21 17:29:57 +0100 |
commit | e33e0e00788c268a6567520bcaaf0ebe23bc261c (patch) | |
tree | 6949d1e932d463ccb58fb5632984a8365d844332 | |
parent | 0a8e9cc5c1782f1cd50ef338ec2aa4f6776a4c0e (diff) |
Resolves: tdf#122803 make gallery 'add' dialog title localized
Change-Id: Iaa2ee6c982c8fd5d5cf1b9b09a835b917217d85c
Reviewed-on: https://gerrit.libreoffice.org/69516
Reviewed-by: Xisco Faulí <xiscofauli@libreoffice.org>
Tested-by: Xisco Faulí <xiscofauli@libreoffice.org>
-rw-r--r-- | cui/source/dialogs/cuigaldlg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/cuigaldlg.cxx b/cui/source/dialogs/cuigaldlg.cxx index 0595c2680be2..f54c1b3cf727 100644 --- a/cui/source/dialogs/cuigaldlg.cxx +++ b/cui/source/dialogs/cuigaldlg.cxx @@ -927,7 +927,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); |