[Libreoffice-commits] .: cui/source

Caolán McNamara caolan at kemper.freedesktop.org
Wed May 2 05:43:48 PDT 2012


 cui/source/tabpages/autocdlg.src |  117 ++++++++-------------------------------
 1 file changed, 25 insertions(+), 92 deletions(-)

New commits:
commit 8da9221b02429558bd61168b8f00b16ef714a34c
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed May 2 13:43:08 2012 +0100

    accessibility resources in the wrong dialog definition
    
    Change-Id: Ib3fe9b6a5b0a26343142044be5e638be46276f27

diff --git a/cui/source/tabpages/autocdlg.src b/cui/source/tabpages/autocdlg.src
index 74090a0..67dd19b 100644
--- a/cui/source/tabpages/autocdlg.src
+++ b/cui/source/tabpages/autocdlg.src
@@ -496,30 +496,6 @@ TabPage RID_OFAPAGE_AUTOCORR_EXCEPT
     {
         Text [ en-US ] = "Delete words with two initial capitals" ;
     };
-    String STR_PB_SGL_STD
-    {
-        Text [ en-US ] = "Single quotes default" ;
-    };
-    String STR_PB_DBL_STD
-    {
-        Text [ en-US ] = "Double quotes default" ;
-    };
-    String STR_PB_SGL_START
-    {
-        Text [ en-US ] = "Start quote of single quotes" ;
-    };
-    String STR_PB_DBL_START
-    {
-        Text [ en-US ] = "Start quote of double quotes" ;
-    };
-    String STR_PB_SGL_END
-    {
-        Text [ en-US ] = "End quote of single quotes" ;
-    };
-    String STR_PB_DBL_END
-    {
-        Text [ en-US ] = "End quote of double quotes" ;
-    };
 };
 /**************************************************************************/
 /*                                                                        */
@@ -565,7 +541,7 @@ TabPage RID_OFAPAGE_AUTOCORR_QUOTE
     };
     CheckBox CB_SGL_TYPO
     {
-            HelpId = "cui:CheckBox:RID_OFAPAGE_AUTOCORR_QUOTE:CB_SGL_TYPO";
+        HelpId = "cui:CheckBox:RID_OFAPAGE_AUTOCORR_QUOTE:CB_SGL_TYPO";
         Pos = MAP_APPFONT ( 7 , 101 ) ;
         Size = MAP_APPFONT ( 86 , 10 ) ;
         Text [ en-US ] = "Repla~ce" ;
@@ -688,6 +664,30 @@ TabPage RID_OFAPAGE_AUTOCORR_QUOTE
     {
         Text [ en-US ] = "Default" ;
     };
+    String STR_PB_SGL_STD
+    {
+        Text [ en-US ] = "Single quotes default" ;
+    };
+    String STR_PB_DBL_STD
+    {
+        Text [ en-US ] = "Double quotes default" ;
+    };
+    String STR_PB_SGL_START
+    {
+        Text [ en-US ] = "Start quote of single quotes" ;
+    };
+    String STR_PB_DBL_START
+    {
+        Text [ en-US ] = "Start quote of double quotes" ;
+    };
+    String STR_PB_SGL_END
+    {
+        Text [ en-US ] = "End quote of single quotes" ;
+    };
+    String STR_PB_DBL_END
+    {
+        Text [ en-US ] = "End quote of double quotes" ;
+    };
 };
 
 /**************************************************************************/
@@ -869,70 +869,3 @@ TabPage RID_OFAPAGE_SMARTTAG_OPTIONS
     };
 
 };
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-


More information about the Libreoffice-commits mailing list