[ooo-build-commit] .: chart2/source
Andras Timar
timar at kemper.freedesktop.org
Sat Oct 2 00:16:50 PDT 2010
chart2/source/controller/dialogs/tp_SeriesToAxis.src | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit e929bc223589023c413ea084def927b5cf1e9c0f
Author: Andras Timar <timar at fsf.hu>
Date: Sat Oct 2 09:13:11 2010 +0200
make CustomUnitText "Pixel" localisable, #i35956#
diff --git a/chart2/source/controller/dialogs/tp_SeriesToAxis.src b/chart2/source/controller/dialogs/tp_SeriesToAxis.src
index 134df3e..e30c166 100644
--- a/chart2/source/controller/dialogs/tp_SeriesToAxis.src
+++ b/chart2/source/controller/dialogs/tp_SeriesToAxis.src
@@ -79,7 +79,7 @@ TabPage TP_OPTIONS
Maximum = 100 ;
StrictFormat = TRUE ;
Unit = FUNIT_CUSTOM ;
- CustomUnitText = " %" ;
+ CustomUnitText = "%" ;
First = 1 ;
Last = 100 ;
SpinSize = 1 ;
@@ -105,7 +105,7 @@ TabPage TP_OPTIONS
Maximum = 600 ;
StrictFormat = TRUE ;
Unit = FUNIT_CUSTOM ;
- CustomUnitText = " %" ;
+ CustomUnitText = "%" ;
First = 1 ;
Last = 100 ;
SpinSize = 1 ;
More information about the ooo-build-commit
mailing list