summaryrefslogtreecommitdiffstats
path: root/svx/source/options
diff options
context:
space:
mode:
authorPeter Burow <pb@openoffice.org>2002-07-30 10:00:13 +0000
committerPeter Burow <pb@openoffice.org>2002-07-30 10:00:13 +0000
commit8d7dac7ad084c3ef268c576648304a2ebb00fece (patch)
tree9272b08436bc8373272864e000082607ca858f49 /svx/source/options
parent#101128# standard node bmp's (diff)
downloadcore-8d7dac7ad084c3ef268c576648304a2ebb00fece.tar.gz
core-8d7dac7ad084c3ef268c576648304a2ebb00fece.zip
fix: #101848# better aligned
Diffstat (limited to 'svx/source/options')
-rw-r--r--svx/source/options/optaccessibility.src23
1 files changed, 4 insertions, 19 deletions
diff --git a/svx/source/options/optaccessibility.src b/svx/source/options/optaccessibility.src
index 6e63471d3e93..b84757ee453a 100644
--- a/svx/source/options/optaccessibility.src
+++ b/svx/source/options/optaccessibility.src
@@ -2,9 +2,9 @@
*
* $RCSfile: optaccessibility.src,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: rt $ $Date: 2002-06-13 14:57:44 $
+ * last change: $Author: pb $ $Date: 2002-07-30 11:00:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -403,7 +403,7 @@ TabPage RID_SVXPAGE_ACCESSIBILITYCONFIG
{
TabStop = TRUE ;
Pos = MAP_APPFONT( COL1, ROWB_6 );
- Size = MAP_APPFONT( CB_WIDTH, SUM(RSC_CD_CHECKBOX_HEIGHT,RSC_CD_FIXEDLINE_HEIGHT) );
+ Size = MAP_APPFONT( CB_WIDTH, SUM( RSC_CD_FIXEDLINE_HEIGHT, RSC_CD_FIXEDLINE_HEIGHT ) );
WordBreak = TRUE;
Text = "Unterstützung ~behindertengerechter Zugangsprogramme (Programmneustart erforderlich)" ;
Text [ ENGLISH ] = "Support ~assistive technology tools (program restart required)" ;
@@ -433,7 +433,7 @@ TabPage RID_SVXPAGE_ACCESSIBILITYCONFIG
{
TabStop = TRUE ;
Pos = MAP_APPFONT ( COL2 , ROWB_7 ) ;
- Size = MAP_APPFONT ( DIFF(3,CB_WIDTH) , LASTTEXT_HEIGHT ) ;
+ Size = MAP_APPFONT ( DIFF((COL2-COL1),CB_WIDTH) , LASTTEXT_HEIGHT ) ;
WordBreak = TRUE;
Text = "Hinweis: Für die Kommunikation mit Programmen, die einen behindertengerechten Zugriff auf den Computer ermöglichen, wird Sun Microsystems Java benutzt. Beim ersten Programmstart muss daher die Java Laufzeitumgebung geladen werden. Dies kann zu einer verlängerten Startzeit führen." ;
Text [ ENGLISH ] = "Please note that accessibility support relies on Sun Microsystems Java for communication with assistive technology tools. This means that the first program startup may take a few seconds longer, because the Java runtime environment has to be started as well." ;
@@ -461,18 +461,3 @@ TabPage RID_SVXPAGE_ACCESSIBILITYCONFIG
};
};
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-