summaryrefslogtreecommitdiffstats
path: root/svx/source/options
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-06-26 11:14:26 +0000
committerOliver Specht <os@openoffice.org>2002-06-26 11:14:26 +0000
commit7b7c61a26aef066fdb15f9e31cf869094207c3ac (patch)
tree430d15866dac58a9c98c6a6078bdaeb0997ae9b4 /svx/source/options
parent#100677# Replaced the deprecated event names with the new ones. (diff)
downloadcore-7b7c61a26aef066fdb15f9e31cf869094207c3ac.tar.gz
core-7b7c61a26aef066fdb15f9e31cf869094207c3ac.zip
#99517# some typos corrected
Diffstat (limited to 'svx/source/options')
-rw-r--r--svx/source/options/optcolor.src8
1 files changed, 4 insertions, 4 deletions
diff --git a/svx/source/options/optcolor.src b/svx/source/options/optcolor.src
index 4003e2d81316..f247b5953403 100644
--- a/svx/source/options/optcolor.src
+++ b/svx/source/options/optcolor.src
@@ -2,9 +2,9 @@
*
* $RCSfile: optcolor.src,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: os $ $Date: 2002-06-05 14:21:31 $
+ * last change: $Author: os $ $Date: 2002-06-26 12:14:26 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -377,7 +377,7 @@ TabPage RID_SVXPAGE_COLORCONFIG
ListBox LB_TABLEBOUNDARIES {Pos = MAP_APPFONT ( _LB_XPOS , 5 *_LINE_HEIGHT ) ;Size = MAP_APPFONT ( _LB_WIDTH , 50 ) ;DropDown = TRUE;};
Window WN_TABLEBOUNDARIES {Pos = MAP_APPFONT ( _WN_XPOS , 5 *_LINE_HEIGHT ) ;Size = MAP_APPFONT ( _WN_WIDTH, _WN_HEIGHT ) ;Border = TRUE;};
- CheckBox CB_LINKS {Pos = MAP_APPFONT ( _CB_XPOS , 6 * _LINE_HEIGHT ) ;Size = MAP_APPFONT ( _CB_WIDTH , 10 ) ;Text = "Unbesuchte verknüpfungen" ;Text [ ENGLISH ] = "Unvisited Links" ;};
+ CheckBox CB_LINKS {Pos = MAP_APPFONT ( _CB_XPOS , 6 * _LINE_HEIGHT ) ;Size = MAP_APPFONT ( _CB_WIDTH , 10 ) ;Text = "Unbesuchte Verknüpfungen" ;Text [ ENGLISH ] = "Unvisited Links" ;};
ListBox LB_LINKS {Pos = MAP_APPFONT ( _LB_XPOS , 6 *_LINE_HEIGHT ) ;Size = MAP_APPFONT ( _LB_WIDTH , 50 ) ;DropDown = TRUE;};
Window WN_LINKS {Pos = MAP_APPFONT ( _WN_XPOS , 6 *_LINE_HEIGHT ) ;Size = MAP_APPFONT ( _WN_WIDTH, _WN_HEIGHT ) ;Border = TRUE;};
@@ -471,7 +471,7 @@ TabPage RID_SVXPAGE_COLORCONFIG
ListBox LB_CALCNOTESBACKGROUND {Pos = MAP_APPFONT ( _LB_XPOS , 30 *_LINE_HEIGHT ) ;Size = MAP_APPFONT ( _LB_WIDTH , 50 ) ;DropDown = TRUE;};
Window WN_CALCNOTESBACKGROUND {Pos = MAP_APPFONT ( _WN_XPOS , 30 *_LINE_HEIGHT ) ;Size = MAP_APPFONT ( _WN_WIDTH, _WN_HEIGHT ) ;Border = TRUE;};
- FixedText FT_DRAW {Pos = MAP_APPFONT ( 14 , 31 * _LINE_HEIGHT ) ; Size = MAP_APPFONT ( _FT_WIDTH , 8 ) ;Text = "Zeichnung / Presentation" ;Text [ ENGLISH ] = "Drawing / Presentation" ; };
+ FixedText FT_DRAW {Pos = MAP_APPFONT ( 14 , 31 * _LINE_HEIGHT ) ; Size = MAP_APPFONT ( _FT_WIDTH , 8 ) ;Text = "Zeichnung / Präsentation" ;Text [ ENGLISH ] = "Drawing / Presentation" ; };
FixedText FT_DRAWGRID {Pos = MAP_APPFONT ( _FT_XPOS , 32 *_LINE_HEIGHT ) ;Size = MAP_APPFONT ( _FT_WIDTH , 10 ) ;Text = "Raster" ;Text [ ENGLISH ] = "Grid" ;};
ListBox LB_DRAWGRID {Pos = MAP_APPFONT ( _LB_XPOS , 32 *_LINE_HEIGHT ) ;Size = MAP_APPFONT ( _LB_WIDTH , 50 ) ;DropDown = TRUE;};