diff options
author | Frank Meies <fme@openoffice.org> | 2001-06-14 16:35:39 +0000 |
---|---|---|
committer | Frank Meies <fme@openoffice.org> | 2001-06-14 16:35:39 +0000 |
commit | 0a1cca4eefc276bc53857f6f774ff4cfcbbab9ae (patch) | |
tree | ac489fbe154af40512282295ed33e8f64ac8301f /sw/source/ui/index/idxmrk.src | |
parent | 862195016cb62189bcab02846227e72a55218dcd (diff) |
Fix: #86988#: Redesign of dialogs
Diffstat (limited to 'sw/source/ui/index/idxmrk.src')
-rw-r--r-- | sw/source/ui/index/idxmrk.src | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sw/source/ui/index/idxmrk.src b/sw/source/ui/index/idxmrk.src index 2d2e97c84476..dac3b2031a78 100644 --- a/sw/source/ui/index/idxmrk.src +++ b/sw/source/ui/index/idxmrk.src @@ -2,9 +2,9 @@ * * $RCSfile: idxmrk.src,v $ * - * $Revision: 1.27 $ + * $Revision: 1.28 $ * - * last change: $Author: kz $ $Date: 2001-06-13 23:10:48 $ + * last change: $Author: fme $ $Date: 2001-06-14 17:31:44 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -507,8 +507,8 @@ }; \ CheckBox CB_CASESENSITIVE \ { \ - Pos = MAP_APPFONT ( 18 , 104 ) ; \ - Size = MAP_APPFONT ( 134 , 12 ) ; \ + Pos = MAP_APPFONT ( 21 , 104 ) ; \ + Size = MAP_APPFONT ( 131 , 12 ) ; \ Text = "E~xakte Suche" ; \ Text [ ENGLISH ] = "Match case" ; \ Hide = TRUE;\ @@ -535,8 +535,8 @@ }; \ CheckBox CB_WORDONLY \ { \ - Pos = MAP_APPFONT ( 18 , 118 ) ; \ - Size = MAP_APPFONT ( 134 , 12 ) ; \ + Pos = MAP_APPFONT ( 21 , 118 ) ; \ + Size = MAP_APPFONT ( 131 , 12 ) ; \ Text = "Nur ganze ~Wrter" ; \ Text [ ENGLISH ] = "Whole words only" ; \ Hide = TRUE;\ |