[Libreoffice-commits] core.git: svx/inc svx/source

Phyzer limjing7 at gmail.com
Sun Sep 21 05:18:42 PDT 2014


 svx/inc/globlmn_tmpl.hrc          |    6 +++---
 svx/source/core/graphichelper.cxx |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 125c3a18db51af68cb58438124a87e9953e23fb2
Author: Phyzer <limjing7 at gmail.com>
Date:   Sat Sep 13 11:30:24 2014 +0800

    Changed some options from picture/graphics to image
    
    Change-Id: If86fae691d4926c896c6d1da1863cd8397a38718
    Reviewed-on: https://gerrit.libreoffice.org/11429
    Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt at gmail.com>
    Tested-by: Samuel Mehrbrodt <s.mehrbrodt at gmail.com>

diff --git a/svx/inc/globlmn_tmpl.hrc b/svx/inc/globlmn_tmpl.hrc
index df839d5..b53f23a 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 4878872..d275c31 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 );


More information about the Libreoffice-commits mailing list