From ae745789704fd7ad86c84ff9875cda810ff915b0 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Thu, 30 Nov 2017 13:51:03 +0100 Subject: tdf#102160 make 'Other CMIS' string localizable Change-Id: I58cf9eea05f15223e32ff1542b946c5962041e6c Reviewed-on: https://gerrit.libreoffice.org/45577 Tested-by: Jenkins Reviewed-by: Andras Timar --- svtools/source/dialogs/PlaceEditDialog.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svtools') diff --git a/svtools/source/dialogs/PlaceEditDialog.cxx b/svtools/source/dialogs/PlaceEditDialog.cxx index e1318d1aa5dc..a8a09a739485 100644 --- a/svtools/source/dialogs/PlaceEditDialog.cxx +++ b/svtools/source/dialogs/PlaceEditDialog.cxx @@ -185,7 +185,7 @@ void PlaceEditDialog::InitDetails( ) continue; } - nPos = m_pLBServerType->InsertEntry( aTypesNamesList[i], nPos ); + nPos = m_pLBServerType->InsertEntry( aTypesNamesList[i].replaceFirst("Other CMIS", SvtResId(STR_SVT_OTHER_CMIS)), nPos ); std::shared_ptr xCmisDetails(std::make_shared(this, this, sUrl)); xCmisDetails->setChangeHdl( LINK( this, PlaceEditDialog, EditHdl ) ); -- cgit