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

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


 sd/source/ui/dlg/vectdlg.src |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 44bfa53ac3cb122636cbf9612315aa7fcc34a31a
Author: Andras Timar <timar at fsf.hu>
Date:   Sat Oct 2 09:00:58 2010 +0200

    make CustomUnitText "%" consistent, #i35956#
    
    Despite the state of issue #i35956# this patch was not integrated.

diff --git a/sd/source/ui/dlg/vectdlg.src b/sd/source/ui/dlg/vectdlg.src
index 70b5701..9262fa3 100644
--- a/sd/source/ui/dlg/vectdlg.src
+++ b/sd/source/ui/dlg/vectdlg.src
@@ -128,7 +128,7 @@ ModalDialog DLG_VECTORIZE
         Last = 32 ;
         SpinSize = 1 ;
         Unit = FUNIT_CUSTOM ;
-        CustomUnitText = " Pixel" ;
+        CustomUnitText [ en-US ] = " Pixel" ;
     };
 
     CheckBox CB_FILLHOLES
@@ -161,7 +161,7 @@ ModalDialog DLG_VECTORIZE
         Last = 128;
         SpinSize = 1;
         Unit = FUNIT_CUSTOM ;
-        CustomUnitText = " Pixel" ;
+        CustomUnitText [ en-US ] = " Pixel" ;
     };
 
     FixedText FT_ORIGINAL


More information about the ooo-build-commit mailing list