diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-05 15:40:34 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-05 15:40:34 +0000 |
commit | cdde0986f6732e3b6272f539796dbda3d996b2fd (patch) | |
tree | 273c0edb17316e4076a850a8eaebd7bfe36089b7 /fpicker | |
parent | 02c10e45f043454db4a29ef62846e7f69ffb23db (diff) |
INTEGRATION: CWS aquafilepicker02_DEV300 (1.5.62); FILE MERGED
2008/02/12 07:48:32 fheckl 1.5.62.1: Adding 'File type' as normal string resource
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/office/OfficeFilePicker.src | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/fpicker/source/office/OfficeFilePicker.src b/fpicker/source/office/OfficeFilePicker.src index 2a43e7bd5d22..38a41915c395 100644 --- a/fpicker/source/office/OfficeFilePicker.src +++ b/fpicker/source/office/OfficeFilePicker.src @@ -4,9 +4,9 @@ * * $RCSfile: OfficeFilePicker.src,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: ihi $ $Date: 2007-04-19 12:06:02 $ + * last change: $Author: kz $ $Date: 2008-03-05 16:40:34 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -90,6 +90,11 @@ String STR_SVT_FILEPICKER_SELECTION Text [ en-US ] = "~Selection" ; }; +String STR_SVT_FILEPICKER_FILTER_TITLE +{ + Text [ en-US ] = "File ~type:" ; +}; + String STR_SVT_FOLDERPICKER_DEFAULT_TITLE { Text [ en-US ] = "Select Path" ; |