sfx2/source/dialog/backingwindow.cxx | 2 +- sfx2/uiconfig/ui/startcenter.ui | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit 792337781f079d14679d05f08f4433a7dfa6fe9a Author: Akshay Deep <akshaydeepi...@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 <c...@libreoffice.org> Reviewed-by: Katarina Behrens <katarina.behr...@cib.de> (cherry picked from commit 9b8da7a53b7bd3b43076a7d9bc3ce735bbe7f80f) Reviewed-on: https://gerrit.libreoffice.org/25535 Reviewed-by: Samuel Mehrbrodt <samuel.mehrbr...@cib.de> Tested-by: Samuel Mehrbrodt <samuel.mehrbr...@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> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits