[Libreoffice-commits] .: sd/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Sep 17 01:10:30 PDT 2012


 sd/source/ui/animations/CustomAnimationPane.src |    2 +-
 sd/source/ui/animations/SlideTransitionPane.src |   18 +++++++++---------
 sd/source/ui/table/TableDesignPane.src          |   12 ++++++------
 3 files changed, 16 insertions(+), 16 deletions(-)

New commits:
commit 01abb62444a60757364a54317d024b0280894058
Author: Douglas Rodrigues de Almeida <douglasralmeida at live.com>
Date:   Sat Sep 15 00:44:24 2012 -0300

    Easyhack 50089
    
    UI accelerator keys missing in sections Table Design and Slide Transition of task pane.
    
    I chose characters that are not used as menus keys.
    
    Change-Id: Ide70e4703b0e27e001d487e07fa05fb14481cad2
    Reviewed-on: https://gerrit.libreoffice.org/629
    Reviewed-by: Miklos Vajna <vmiklos at suse.cz>
    Tested-by: Miklos Vajna <vmiklos at suse.cz>

diff --git a/sd/source/ui/animations/CustomAnimationPane.src b/sd/source/ui/animations/CustomAnimationPane.src
index c7bed0d..9b19b9f 100644
--- a/sd/source/ui/animations/CustomAnimationPane.src
+++ b/sd/source/ui/animations/CustomAnimationPane.src
@@ -104,7 +104,7 @@ Control DLG_CUSTOMANIMATIONPANE
         OutputSize = TRUE;
         Size = MAP_APPFONT( 42, 8 );
 
-        Text [ en-US ] = "Property";
+        Text [ en-US ] = "~Property";
     };
 
     ListBox LB_PROPERTY
diff --git a/sd/source/ui/animations/SlideTransitionPane.src b/sd/source/ui/animations/SlideTransitionPane.src
index a065b74..920c51a 100644
--- a/sd/source/ui/animations/SlideTransitionPane.src
+++ b/sd/source/ui/animations/SlideTransitionPane.src
@@ -56,7 +56,7 @@ Control DLG_SLIDE_TRANSITION_PANE
     FixedText FT_SPEED
     {
         Size = MAP_APPFONT( 1, RSC_CD_FIXEDTEXT_HEIGHT );
-        Text [ en-US ] = "Speed";
+        Text [ en-US ] = "S~peed";
     };
 
     ListBox LB_SPEED
@@ -78,7 +78,7 @@ Control DLG_SLIDE_TRANSITION_PANE
     FixedText FT_SOUND
     {
         Size = MAP_APPFONT( 1, RSC_CD_FIXEDTEXT_HEIGHT );
-        Text [ en-US ] = "Sound";
+        Text [ en-US ] = "So~und";
     };
 
     ListBox LB_SOUND
@@ -104,7 +104,7 @@ Control DLG_SLIDE_TRANSITION_PANE
         Size = MAP_APPFONT( 1, RSC_CD_CHECKBOX_HEIGHT );
         TabStop = TRUE ;
 
-        Text [ en-US ] = "Loop until next sound";
+        Text [ en-US ] = "~Loop until next sound";
     };
 
     Fixedline FL_ADVANCE_SLIDE
@@ -119,7 +119,7 @@ Control DLG_SLIDE_TRANSITION_PANE
         Size = MAP_APPFONT( 1, RSC_CD_RADIOBUTTON_HEIGHT );
         TabStop = TRUE ;
 
-        Text [ en-US ] = "On mouse click";
+        Text [ en-US ] = "O~n mouse click";
     };
 
     RadioButton RB_ADVANCE_AUTO
@@ -128,7 +128,7 @@ Control DLG_SLIDE_TRANSITION_PANE
         Size = MAP_APPFONT( 1, RSC_CD_RADIOBUTTON_HEIGHT );
         TabStop = TRUE ;
 
-        Text [ en-US ] = "Automatically after";
+        Text [ en-US ] = "~Automatically after";
     };
 
     MetricField MF_ADVANCE_AUTO_AFTER
@@ -162,7 +162,7 @@ Control DLG_SLIDE_TRANSITION_PANE
         Size = MAP_APPFONT( 1, RSC_CD_PUSHBUTTON_HEIGHT );
         TabStop = TRUE ;
 
-        Text [ en-US ] = "Apply to All Slides";
+        Text [ en-US ] = "A~pply to All Slides";
     };
 
 
@@ -172,7 +172,7 @@ Control DLG_SLIDE_TRANSITION_PANE
         Size = MAP_APPFONT( 1, RSC_CD_PUSHBUTTON_HEIGHT );
         TabStop = TRUE ;
 
-        Text [ en-US ] = "Play";
+        Text [ en-US ] = "P~lay";
     };
 
     PushButton PB_SLIDE_SHOW
@@ -181,7 +181,7 @@ Control DLG_SLIDE_TRANSITION_PANE
         Size = MAP_APPFONT( 1, RSC_CD_PUSHBUTTON_HEIGHT );
         TabStop = TRUE ;
 
-        Text [ en-US ] = "Slide Show";
+        Text [ en-US ] = "Sli~de Show";
     };
 
     FixedLine FL_EMPTY2
@@ -195,7 +195,7 @@ Control DLG_SLIDE_TRANSITION_PANE
         Size = MAP_APPFONT( 1, RSC_CD_CHECKBOX_HEIGHT );
         TabStop = TRUE ;
 
-        Text [ en-US ] = "Automatic preview";
+        Text [ en-US ] = "Automatic p~review";
     };
 
     // --------------------
diff --git a/sd/source/ui/table/TableDesignPane.src b/sd/source/ui/table/TableDesignPane.src
index 2adfa7e..038090e 100644
--- a/sd/source/ui/table/TableDesignPane.src
+++ b/sd/source/ui/table/TableDesignPane.src
@@ -41,7 +41,7 @@ Control DLG_TABLEDESIGNPANE
         Pos = MAP_APPFONT ( 146, 16 ) ;
         Size = MAP_APPFONT ( 120 , 10 ) ;
         TabStop = TRUE ;
-        Text [ en-US ] = "Header Row" ;
+        Text [ en-US ] = "~Header Row" ;
     };
 
     CheckBox CB_TOTAL_ROW+1
@@ -49,7 +49,7 @@ Control DLG_TABLEDESIGNPANE
         Pos = MAP_APPFONT ( 146, 29 ) ;
         Size = MAP_APPFONT ( 120 , 10 ) ;
         TabStop = TRUE ;
-        Text [ en-US ] = "Total Row" ;
+        Text [ en-US ] = "Tot~al Row" ;
     };
 
     CheckBox CB_BANDED_ROWS+1
@@ -57,7 +57,7 @@ Control DLG_TABLEDESIGNPANE
         Pos = MAP_APPFONT ( 146, 42 ) ;
         Size = MAP_APPFONT ( 120 , 10 ) ;
         TabStop = TRUE ;
-        Text [ en-US ] = "Banded Rows" ;
+        Text [ en-US ] = "~Banded Rows" ;
     };
 
     CheckBox CB_FIRST_COLUMN+1
@@ -65,7 +65,7 @@ Control DLG_TABLEDESIGNPANE
         Pos = MAP_APPFONT ( 146, 55 ) ;
         Size = MAP_APPFONT ( 120 , 10 ) ;
         TabStop = TRUE ;
-        Text [ en-US ] = "First Column" ;
+        Text [ en-US ] = "Fi~rst Column" ;
     };
 
     CheckBox CB_LAST_COLUMN+1
@@ -73,7 +73,7 @@ Control DLG_TABLEDESIGNPANE
         Pos = MAP_APPFONT ( 146, 68 ) ;
         Size = MAP_APPFONT ( 120 , 10 ) ;
         TabStop = TRUE ;
-        Text [ en-US ] = "Last Column" ;
+        Text [ en-US ] = "~Last Column" ;
     };
 
     CheckBox CB_BANDED_COLUMNS+1
@@ -81,7 +81,7 @@ Control DLG_TABLEDESIGNPANE
         Pos = MAP_APPFONT ( 146, 82 ) ;
         Size = MAP_APPFONT ( 120 , 10 ) ;
         TabStop = TRUE ;
-        Text [ en-US ] = "Banded Columns" ;
+        Text [ en-US ] = "Ba~nded Columns" ;
     };
 
     FixedLine FL_TABLE_STYLES+1


More information about the Libreoffice-commits mailing list