[ooo-build-commit] .: svtools/source

Andras Timar timar at kemper.freedesktop.org
Sat Oct 2 00:16:27 PDT 2010


 svtools/source/dialogs/colrdlg.src |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

New commits:
commit ebb2e78096f04deefd5ebb3b7c4e85588f79ac61
Author: Andras Timar <timar at fsf.hu>
Date:   Sat Oct 2 09:14:37 2010 +0200

    make CustomUnitText "Pixel" localisable, #i35956#

diff --git a/svtools/source/dialogs/colrdlg.src b/svtools/source/dialogs/colrdlg.src
index 801ab83..d7486d2 100644
--- a/svtools/source/dialogs/colrdlg.src
+++ b/svtools/source/dialogs/colrdlg.src
@@ -102,7 +102,7 @@ ModalDialog DLG_COLOR
         Maximum = 100 ;
         Last = 100 ;
         Unit = FUNIT_CUSTOM ;
-        CustomUnitText = " %" ;
+        CustomUnitText = "%" ;
     };
     MetricField NUM_MAGENTA
     {
@@ -115,7 +115,7 @@ ModalDialog DLG_COLOR
         Maximum = 100 ;
         Last = 100 ;
         Unit = FUNIT_CUSTOM ;
-        CustomUnitText = " %" ;
+        CustomUnitText = "%" ;
     };
     MetricField NUM_YELLOW
     {
@@ -128,7 +128,7 @@ ModalDialog DLG_COLOR
         Maximum = 100 ;
         Last = 100 ;
         Unit = FUNIT_CUSTOM ;
-        CustomUnitText = " %" ;
+        CustomUnitText = "%" ;
     };
     MetricField NUM_KEY
     {
@@ -141,7 +141,7 @@ ModalDialog DLG_COLOR
         Maximum = 100 ;
         Last = 100 ;
         Unit = FUNIT_CUSTOM ;
-        CustomUnitText = " %" ;
+        CustomUnitText = "%" ;
     };
     FixedText FT_RED
     {


More information about the ooo-build-commit mailing list