diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-01-28 14:30:31 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-01-28 14:30:31 +0000 |
commit | 437fae8dd21b6bc836ee0b04b719b6310cd00bcc (patch) | |
tree | 25f13d097bfdfbbb84f62cad7765bebbbe619db1 /sw/source/ui/fldui/flddb.src | |
parent | 83ab6d815efb36a47dff6e769c2567397ae696c5 (diff) |
INTEGRATION: CWS os47 (1.30.240); FILE MERGED
2005/01/03 14:32:23 os 1.30.240.1: #i39799# RadioButton width increased
Diffstat (limited to 'sw/source/ui/fldui/flddb.src')
-rw-r--r-- | sw/source/ui/fldui/flddb.src | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sw/source/ui/fldui/flddb.src b/sw/source/ui/fldui/flddb.src index 70d7c6317809..1f78ebf21e47 100644 --- a/sw/source/ui/fldui/flddb.src +++ b/sw/source/ui/fldui/flddb.src @@ -2,9 +2,9 @@ * * $RCSfile: flddb.src,v $ * - * $Revision: 1.30 $ + * $Revision: 1.31 $ * - * last change: $Author: hr $ $Date: 2004-08-02 14:22:27 $ + * last change: $Author: rt $ $Date: 2005-01-28 15:30:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -159,14 +159,14 @@ TabPage TP_FLD_DB RadioButton RB_DBOWNFORMAT { Pos = MAP_APPFONT ( 94 , 153 ) ; - Size = MAP_APPFONT ( 67 , 10 ) ; + Size = MAP_APPFONT ( 150 , 10 ) ; Text [ de ] = "A~us Datenbank" ; Check = TRUE ; Text [ en-US ] = "From database" ; }; RadioButton RB_DBFORMAT { - Pos = MAP_APPFONT ( 94 , 165 ) ; + Pos = MAP_APPFONT ( 94 , 166 ) ; Size = MAP_APPFONT ( 100 , 10 ) ; Text [ de ] = "Se~lbst definiert" ; Text [ en-US ] = "User-defined" ; @@ -174,7 +174,7 @@ TabPage TP_FLD_DB ListBox LB_DBNUMFORMAT { Border = TRUE ; - Pos = MAP_APPFONT ( 195 , 163 ) ; + Pos = MAP_APPFONT ( 195 , 164 ) ; Size = MAP_APPFONT ( 53 , 60 ) ; TabStop = TRUE ; AutoHScroll = TRUE ; |