summaryrefslogtreecommitdiffstats
path: root/svx/source/options
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2002-07-05 12:48:34 +0000
committerOliver Specht <os@openoffice.org>2002-07-05 12:48:34 +0000
commit82894a268373962446bc114147f374c9368fdaf3 (patch)
tree5472e90040ca4faa8f1fcc1de4accf4596a9877e /svx/source/options
parent#99517# color for errors in BASIC syntax highlighting added (diff)
downloadcore-82894a268373962446bc114147f374c9368fdaf3.tar.gz
core-82894a268373962446bc114147f374c9368fdaf3.zip
#99517# text Error changed to Fehler in German
Diffstat (limited to 'svx/source/options')
-rw-r--r--svx/source/options/optcolor.src6
1 files changed, 3 insertions, 3 deletions
diff --git a/svx/source/options/optcolor.src b/svx/source/options/optcolor.src
index 16234281d50d..baf76cbaec02 100644
--- a/svx/source/options/optcolor.src
+++ b/svx/source/options/optcolor.src
@@ -2,9 +2,9 @@
*
* $RCSfile: optcolor.src,v $
*
- * $Revision: 1.12 $
+ * $Revision: 1.13 $
*
- * last change: $Author: os $ $Date: 2002-07-05 13:26:20 $
+ * last change: $Author: os $ $Date: 2002-07-05 13:48:34 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -511,7 +511,7 @@ TabPage RID_SVXPAGE_COLORCONFIG
ListBox LB_BASICKEYWORD {Pos = MAP_APPFONT ( _LB_XPOS , 41 *_LINE_HEIGHT ) ;Size = MAP_APPFONT ( _LB_WIDTH , 50 ) ;DropDown = TRUE;};
Window WN_BASICKEYWORD {Pos = MAP_APPFONT ( _WN_XPOS , 41 *_LINE_HEIGHT ) ;Size = MAP_APPFONT ( _WN_WIDTH, _WN_HEIGHT ) ;Border = TRUE;};
- FixedText FT_BASICERROR {Pos = MAP_APPFONT ( _FT_XPOS , 42 *_LINE_HEIGHT ) ;Size = MAP_APPFONT ( _FT_WIDTH , 10 ) ;Text = "Error" ;Text [ ENGLISH ] = "Error" ;};
+ FixedText FT_BASICERROR {Pos = MAP_APPFONT ( _FT_XPOS , 42 *_LINE_HEIGHT ) ;Size = MAP_APPFONT ( _FT_WIDTH , 10 ) ;Text = "Fehler" ;Text [ ENGLISH ] = "Error" ;};
ListBox LB_BASICERROR {Pos = MAP_APPFONT ( _LB_XPOS , 42 *_LINE_HEIGHT ) ;Size = MAP_APPFONT ( _LB_WIDTH , 50 ) ;DropDown = TRUE;};
Window WN_BASICERROR {Pos = MAP_APPFONT ( _WN_XPOS , 42 *_LINE_HEIGHT ) ;Size = MAP_APPFONT ( _WN_WIDTH, _WN_HEIGHT ) ;Border = TRUE;};