diff options
author | Phyzer <limjing7@gmail.com> | 2014-09-13 11:30:24 +0800 |
---|---|---|
committer | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2014-09-21 12:18:14 +0000 |
commit | 125c3a18db51af68cb58438124a87e9953e23fb2 (patch) | |
tree | f61ac509ef504ba160b7fa94274c2ee6ef0f6999 /svx/source | |
parent | 6c87571125fbddf4215160f07894b7063f834b34 (diff) |
Changed some options from picture/graphics to image
Change-Id: If86fae691d4926c896c6d1da1863cd8397a38718
Reviewed-on: https://gerrit.libreoffice.org/11429
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/core/graphichelper.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |