diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-07-05 08:44:28 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-07-05 08:44:28 +0000 |
commit | 99b67aea954376e61e59d6a1f3035c7a372f40b3 (patch) | |
tree | b62ab3f3ab0e0be2edbbb78a2a46d2d5947927e7 /svx/source/options/optaccessibility.src | |
parent | fc93affd5c54131926dfc700013851de95566ba8 (diff) |
INTEGRATION: CWS vcl22 (1.28.236); FILE MERGED
2004/05/25 13:22:36 pl 1.28.236.1: #i16683# moved system ui fonts check box from accessibility to view tab page
Diffstat (limited to 'svx/source/options/optaccessibility.src')
-rw-r--r-- | svx/source/options/optaccessibility.src | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/svx/source/options/optaccessibility.src b/svx/source/options/optaccessibility.src index f6f546987d50..a560bcb0bb8a 100644 --- a/svx/source/options/optaccessibility.src +++ b/svx/source/options/optaccessibility.src @@ -2,9 +2,9 @@ * * $RCSfile: optaccessibility.src,v $ * - * $Revision: 1.29 $ + * $Revision: 1.30 $ * - * last change: $Author: hjs $ $Date: 2004-06-25 12:14:29 $ + * last change: $Author: obo $ $Date: 2004-07-05 09:44:28 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -94,7 +94,7 @@ TabPage RID_SVXPAGE_ACCESSIBILITYCONFIG Text [ de ] = "Te~xtauswahlcursor in schreibgeschtzten Textdokumenten verwenden" ; Text [ en-US ] = "Use te~xt selection cursor in read-only text documents"; }; - CheckBox CB_SYSTEM_FONT + CheckBox CB_ANIMATED_GRAPHICS { TabStop = TRUE ; Pos = MAP_APPFONT( COL1, ROWA_3 ); @@ -113,7 +113,7 @@ TabPage RID_SVXPAGE_ACCESSIBILITYCONFIG CheckBox CB_ANIMATED_TEXTS { TabStop = TRUE ; - Pos = MAP_APPFONT( COL1, ROWA_5 ); + Pos = MAP_APPFONT( COL1, ROWA_4 ); Size = MAP_APPFONT( CB_WIDTH, RSC_CD_CHECKBOX_HEIGHT ); Text [ de ] = "Animierten ~Text zulassen" ; Text [ en-US ] = "Allow animated ~text"; @@ -121,7 +121,7 @@ TabPage RID_SVXPAGE_ACCESSIBILITYCONFIG CheckBox CB_TIPHELP { TabStop = TRUE ; - Pos = MAP_APPFONT( COL1, OFFS_TEXTBOX_FIXEDTEXT( ROWA_6 ) ); + Pos = MAP_APPFONT( COL1, OFFS_TEXTBOX_FIXEDTEXT( ROWA_5 ) ); Size = MAP_APPFONT( DIFF(COL2,COL3), RSC_CD_CHECKBOX_HEIGHT ); Text [ de ] = "Tipp-~Hilfe verschwindet nach " ; Text [ en-US ] = "~Help tips disappear after "; @@ -130,7 +130,7 @@ TabPage RID_SVXPAGE_ACCESSIBILITYCONFIG { TabStop = TRUE ; Border = TRUE ; - Pos = MAP_APPFONT( COL3, ROWA_6 ); + Pos = MAP_APPFONT( COL3, ROWA_5 ); Size = MAP_APPFONT( EDIT_WIDTH, RSC_CD_TEXTBOX_HEIGHT ); Minimum = 1; Maximum = 99; @@ -141,7 +141,7 @@ TabPage RID_SVXPAGE_ACCESSIBILITYCONFIG }; FixedText FT_TIPHELP { - Pos = MAP_APPFONT( COL4, OFFS_TEXTBOX_FIXEDTEXT( ROWA_6 ) ); + Pos = MAP_APPFONT( COL4, OFFS_TEXTBOX_FIXEDTEXT( ROWA_5 ) ); Size = MAP_APPFONT( UNIT_WIDTH, RSC_CD_FIXEDTEXT_HEIGHT ); Text [ de ] = "Sekunden" ; Text [ en-US ] = "seconds"; |