[Libreoffice-commits] core.git: sfx2/source sfx2/uiconfig
Akshay Deep
akshaydeepiitr at gmail.com
Thu May 26 12:46:49 UTC 2016
sfx2/source/dialog/backingwindow.cxx | 2 +-
sfx2/uiconfig/ui/startcenter.ui | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 9b8da7a53b7bd3b43076a7d9bc3ce735bbe7f80f
Author: Akshay Deep <akshaydeepiitr at gmail.com>
Date: Thu May 26 15:31:52 2016 +0530
Start Center: Rename "Edit Templates" to "Manage Templates"
Change-Id: I184c0508dba673153153a83cf033c9fb057a3435
Reviewed-on: https://gerrit.libreoffice.org/25507
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens at cib.de>
diff --git a/sfx2/source/dialog/backingwindow.cxx b/sfx2/source/dialog/backingwindow.cxx
index 61f280c..06955c2 100644
--- a/sfx2/source/dialog/backingwindow.cxx
+++ b/sfx2/source/dialog/backingwindow.cxx
@@ -609,7 +609,7 @@ IMPL_LINK_TYPED( BackingWindow, MenuSelectHdl, MenuButton*, pButton, void )
{
mpLocalView->filterItems(ViewFilter_Application(FILTER_APPLICATION::DRAW));
}
- else if( sId == "edit" )
+ else if( sId == "manage" )
{
Reference< XDispatchProvider > xFrame( mxFrame, UNO_QUERY );
diff --git a/sfx2/uiconfig/ui/startcenter.ui b/sfx2/uiconfig/ui/startcenter.ui
index 5b78deb..2591be7 100644
--- a/sfx2/uiconfig/ui/startcenter.ui
+++ b/sfx2/uiconfig/ui/startcenter.ui
@@ -56,10 +56,10 @@
</object>
</child>
<child>
- <object class="GtkMenuItem" id="edit">
+ <object class="GtkMenuItem" id="manage">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="label" translatable="yes">Edit Templates</property>
+ <property name="label" translatable="yes">Manage Templates</property>
</object>
</child>
</object>
More information about the Libreoffice-commits
mailing list