[Libreoffice-commits] .: Branch 'libreoffice-3-6' - sd/source
Radek DoulÃk
rodo at kemper.freedesktop.org
Thu Jun 7 07:38:36 PDT 2012
sd/source/ui/animations/CustomAnimationPane.src | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 6e1f01a686a227bc5aaa8115e70a669d27ddcc52
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