diff options
author | Felix Zhang <fezhang@suse.com> | 2012-04-28 17:14:55 +0800 |
---|---|---|
committer | Radek Doulik <rodo@novell.com> | 2012-06-07 16:35:40 +0200 |
commit | 50e0fe3f47354138242442e4b48551d43decbfcb (patch) | |
tree | 00fda8c87b2ac585eea7a6e2935aac4bacf2e9c0 | |
parent | 1247a142b6a5ebe0ff268e82811d2418d648ebb7 (diff) |
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
-rw-r--r-- | sd/source/ui/animations/CustomAnimationPane.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/ui/animations/CustomAnimationPane.src b/sd/source/ui/animations/CustomAnimationPane.src index 267fe1269111..c4661e22efe8 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 |