[Libreoffice-commits] .: sd/source

Radek Doulík rodo at kemper.freedesktop.org
Thu Jun 7 07:36:42 PDT 2012


 sd/source/ui/animations/CustomAnimationPane.src |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 50e0fe3f47354138242442e4b48551d43decbfcb
Author: Felix Zhang <fezhang at suse.com>
Date:   Sat Apr 28 17:14:55 2012 +0800

    n753458: changing the keyboard of the Slide Show button
    
    - to avoid C-w shortcut to run slideshow, which colides with more common
      fshortcut to close window

diff --git a/sd/source/ui/animations/CustomAnimationPane.src b/sd/source/ui/animations/CustomAnimationPane.src
index 267fe12..c4661e2 100644
--- a/sd/source/ui/animations/CustomAnimationPane.src
+++ b/sd/source/ui/animations/CustomAnimationPane.src
@@ -206,7 +206,7 @@ Control DLG_CUSTOMANIMATIONPANE
         Size = MAP_APPFONT ( 80 , 14 ) ;
         TabStop = TRUE;
 
-        Text [ en-US ] = "Slide Sho~w";
+        Text [ en-US ] = "S~lide Show";
     };
 
     FixedLine FL_SEPERATOR2


More information about the Libreoffice-commits mailing list