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

New commits:
commit 2708a37e99ac6c923940573eca7627620557ccce
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Thu Mar 21 14:46:29 2019 +0000
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Thu Mar 21 22:19:29 2019 +0100

    Resolves: tdf#122804 make bitmap page 'add' dialog title localized
    
    Change-Id: I0c4f6775b8bc9fae8dc81f07fec2e21218e36037
    Reviewed-on: https://gerrit.libreoffice.org/69520
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@redhat.com>

diff --git a/cui/source/tabpages/tpbitmap.cxx b/cui/source/tabpages/tpbitmap.cxx
index d4871d1dbfe0..d60e121c44e9 100644
--- a/cui/source/tabpages/tpbitmap.cxx
+++ b/cui/source/tabpages/tpbitmap.cxx
@@ -713,7 +713,7 @@ IMPL_LINK_NOARG(SvxBitmapTabPage, ModifyTileOffsetHdl, 
weld::MetricSpinButton&,
 
 IMPL_LINK_NOARG(SvxBitmapTabPage, ClickImportHdl, weld::Button&, void)
 {
-    SvxOpenGraphicDialog aDlg("Import", GetDialogFrameWeld());
+    SvxOpenGraphicDialog aDlg(CuiResId(RID_SVXSTR_ADD_IMAGE), 
GetDialogFrameWeld());
     aDlg.EnableLink(false);
     long nCount = m_pBitmapList->Count();
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to