diff options
author | Frank Meies <fme@openoffice.org> | 2001-06-01 10:04:53 +0000 |
---|---|---|
committer | Frank Meies <fme@openoffice.org> | 2001-06-01 10:04:53 +0000 |
commit | 88e9759680ffba1b8d492cab38b4c82acde8c6f5 (patch) | |
tree | 68f433cf182bb062f37ae1b52a26322ed8281b71 /sw/source/ui/misc/srtdlg.src | |
parent | 2999d1545e7685d0541b1f27aa3a57c615347e9f (diff) |
Fix #86988#: Redesign of dialogs
Diffstat (limited to 'sw/source/ui/misc/srtdlg.src')
-rw-r--r-- | sw/source/ui/misc/srtdlg.src | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/sw/source/ui/misc/srtdlg.src b/sw/source/ui/misc/srtdlg.src index b4da2e91bbbf..629b3c02cbda 100644 --- a/sw/source/ui/misc/srtdlg.src +++ b/sw/source/ui/misc/srtdlg.src @@ -2,9 +2,9 @@ * * $RCSfile: srtdlg.src,v $ * - * $Revision: 1.17 $ + * $Revision: 1.18 $ * - * last change: $Author: kz $ $Date: 2001-05-17 08:43:36 $ + * last change: $Author: fme $ $Date: 2001-06-01 11:04:53 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -568,7 +568,7 @@ ModalDialog DLG_SORTING Text[ language_user1 ] = " "; Text[ catalan ] = "Des~cendente"; }; - FixedLine GB_SORT + FixedLine FL_SORT_2 { Pos = MAP_APPFONT ( 6 , 3 ) ; Size = MAP_APPFONT ( 200 , 8 ) ; @@ -658,10 +658,10 @@ ModalDialog DLG_SORTING Text[ language_user1 ] = " "; Text[ catalan ] = "~Filas"; }; - FixedLine GB_DIR + FixedLine FL_DIR { Pos = MAP_APPFONT ( 6 , 108 ) ; - Size = MAP_APPFONT ( 98 , 8 ) ; + Size = MAP_APPFONT ( 95 , 8 ) ; Text = "Richtung" ; Text [ ENGLISH ] = "Direction" ; Text [ norwegian ] = "Retning" ; @@ -756,7 +756,7 @@ ModalDialog DLG_SORTING TabStop = TRUE ; Left = TRUE ; }; - FixedLine GB_DELIM + FixedLine FL_DELIM { Pos = MAP_APPFONT ( 107 , 108 ) ; Size = MAP_APPFONT ( 99 , 8 ) ; @@ -849,7 +849,7 @@ ModalDialog DLG_SORTING FixedLine FL_LANG { Pos = MAP_APPFONT ( 6 , 147 ) ; - Size = MAP_APPFONT ( 99 , 8 ) ; + Size = MAP_APPFONT ( 95 , 8 ) ; Text = "Sprache" ; Text [ ENGLISH ] = "Language" ; Text[ english_us ] = "Language"; @@ -875,8 +875,8 @@ ModalDialog DLG_SORTING }; ListBox LB_LANG { - Pos = MAP_APPFONT ( 12 , 157 ) ; - Size = MAP_APPFONT ( 90 , 61 ) ; + Pos = MAP_APPFONT ( 12 , 158 ) ; + Size = MAP_APPFONT ( 83 , 61 ) ; TabStop = TRUE ; DropDown = TRUE ; Sort = TRUE ; @@ -910,8 +910,8 @@ ModalDialog DLG_SORTING }; CheckBox CB_CASE { - Pos = MAP_APPFONT ( 113 , 160 ) ; - Size = MAP_APPFONT ( 90 , 12 ) ; + Pos = MAP_APPFONT ( 113 , 159 ) ; + Size = MAP_APPFONT ( 90 , 10 ) ; TabStop = TRUE ; Text = "Exacter Vergleich" ; Text [ ENGLISH ] = "Case sensitive" ; |