From 125c3a18db51af68cb58438124a87e9953e23fb2 Mon Sep 17 00:00:00 2001 From: Phyzer Date: Sat, 13 Sep 2014 11:30:24 +0800 Subject: Changed some options from picture/graphics to image Change-Id: If86fae691d4926c896c6d1da1863cd8397a38718 Reviewed-on: https://gerrit.libreoffice.org/11429 Reviewed-by: Samuel Mehrbrodt Tested-by: Samuel Mehrbrodt --- svx/inc/globlmn_tmpl.hrc | 6 +++--- svx/source/core/graphichelper.cxx | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'svx') diff --git a/svx/inc/globlmn_tmpl.hrc b/svx/inc/globlmn_tmpl.hrc index df839d53e585..b53f23a64063 100644 --- a/svx/inc/globlmn_tmpl.hrc +++ b/svx/inc/globlmn_tmpl.hrc @@ -256,17 +256,17 @@ #define ITEM_COMPRESS_GRAPHIC \ Identifier = SID_COMPRESS_GRAPHIC ; \ Command = ".uno:CompressGraphic" ; \ - Text [ en-US ] = "Compress Graphic..." ; \ + Text [ en-US ] = "Compress Image..." ; \ #define ITEM_SAVE_GRAPHIC \ Identifier = SID_SAVE_GRAPHIC ; \ Command = ".uno:SaveGraphic" ; \ - Text [ en-US ] = "Save Graphic..." ; \ + Text [ en-US ] = "Save Image..." ; \ #define ITEM_CHANGE_PICTURE \ Identifier = SID_CHANGE_PICTURE ; \ Command = ".uno:ChangePicture" ; \ - Text [ en-US ] = "Change Picture..." ; \ + Text [ en-US ] = "Change Image..." ; \ #define ITEM_VIEW_ATTR_ZOOM \ Identifier = SID_ATTR_ZOOM ; \ diff --git a/svx/source/core/graphichelper.cxx b/svx/source/core/graphichelper.cxx index 4878872c3a84..d275c3112433 100644 --- a/svx/source/core/graphichelper.cxx +++ b/svx/source/core/graphichelper.cxx @@ -217,7 +217,7 @@ void GraphicHelper::SaveShapeAsGraphic( const Reference< drawing::XShape >& xSha FileDialogHelper aDialogHelper( TemplateDescription::FILESAVE_AUTOEXTENSION, 0 ); Reference < XFilePicker > xFilePicker = aDialogHelper.GetFilePicker(); - aDialogHelper.SetTitle( "Save as Picture" ); + aDialogHelper.SetTitle( "Save as Image" ); INetURLObject aPath; aPath.SetSmartURL( sGraphicPath ); -- cgit