diff options
Diffstat (limited to 'sw/source/ui/index/cnttab.src')
-rw-r--r-- | sw/source/ui/index/cnttab.src | 80 |
1 files changed, 0 insertions, 80 deletions
diff --git a/sw/source/ui/index/cnttab.src b/sw/source/ui/index/cnttab.src index 2f1e18a92eab..c3cecf0c6dfa 100644 --- a/sw/source/ui/index/cnttab.src +++ b/sw/source/ui/index/cnttab.src @@ -1248,84 +1248,4 @@ ModalDialog DLG_ADD_IDX_STYLES Text [ en-US ] = "Assign Styles"; }; -ModalDialog DLG_CREATE_AUTOMARK -{ - HelpId = HID_DLG_CREATE_AUTOMARK; - OutputSize = TRUE ; - SVLook = TRUE ; - Size = MAP_APPFONT ( 350 , 200 ) ; - Moveable = TRUE ; - OKButton PB_OK - { - Pos = MAP_APPFONT ( 297 , 6 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; - TabStop = TRUE ; - DefButton = TRUE ; - }; - CancelButton PB_CANCEL - { - Pos = MAP_APPFONT ( 297 , 23 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; - TabStop = TRUE ; - }; - HelpButton PB_HELP - { - Pos = MAP_APPFONT ( 297 , 40 ) ; - Size = MAP_APPFONT ( 50 , 14 ) ; - TabStop = TRUE ; - }; - Control BB_ENTRIES - { - Pos = MAP_APPFONT ( 12 , 18 ) ; - Size = MAP_APPFONT ( 276 , 175 ) ; - TabStop = TRUE ; - Border = TRUE; - String ST_SEARCH - { - Text [ en-US ] = "Search term"; - }; - String ST_ALTERNATIVE - { - Text [ en-US ] = "Alternative entry"; - }; - String ST_PRIMKEY - { - Text [ en-US ] = "1st key"; - }; - String ST_SECKEY - { - Text [ en-US ] = "2nd key"; - }; - String ST_COMMENT - { - Text [ en-US ] = "Comment"; - }; - String ST_CASESENSITIVE - { - Text [ en-US ] = "Match case"; - }; - String ST_WORDONLY - { - Text [ en-US ] = "Word only"; - }; - String ST_TRUE - { - Text [ en-US ] = "Yes"; - }; - String ST_FALSE - { - Text [ en-US ] = "No"; - }; - }; - FixedLine FL_ENTRIES - { - Pos = MAP_APPFONT ( 6 , 3 ) ; - Size = MAP_APPFONT ( 288, 8 ) ; - Text [ en-US ] = "Entries"; - }; - - Text [ en-US ] = "Edit Concordance File"; -}; -// ----------------------------------------------------------------------------- - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |