From c41dfa1265c6de8045f3a7bfd248ec0f8d9fc8c3 Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Thu, 25 Apr 2013 13:53:33 +0200 Subject: Better wording for Impress "Start from first/current Slide" The menu is now: Slide Show Start from first Slide Start from current Slide ... instead of: Slide Show Slide Show Slide Show From This Slide ... I also changed the recently introduced function name/uno command for "Start from current Slide". This should make no trouble, since this function has not seen a release so far. Change-Id: I248c9d63ec28071b2887f89912aa90fa1e4afcb5 Reviewed-on: https://gerrit.libreoffice.org/3604 Reviewed-by: Fridrich Strba Tested-by: Fridrich Strba --- include/svx/svxids.hrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/svx/svxids.hrc') diff --git a/include/svx/svxids.hrc b/include/svx/svxids.hrc index 3c11c3686efe..9971dcc2eb2d 100644 --- a/include/svx/svxids.hrc +++ b/include/svx/svxids.hrc @@ -351,7 +351,7 @@ #define SID_OUTLINE_COLLAPSE_ALL ( SID_SVX_START + 155 ) #define SID_OUTLINE_BULLET ( SID_SVX_START + 156 ) #define SID_PRESENTATION ( SID_SVX_START + 157 ) -#define SID_PRESENTATION_THIS_SLIDE ( SID_SVX_START + 158 ) +#define SID_PRESENTATION_CURRENT_SLIDE ( SID_SVX_START + 158 ) #define SID_REHEARSE_TIMINGS ( SID_SVX_START + 159 ) #define SID_HIDE_SLIDE ( SID_SVX_START + 161 ) #define SID_CHOOSE_POLYGON ( SID_SVX_START + 162 ) -- cgit