summaryrefslogtreecommitdiff
path: root/goodies
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2007-04-19 15:52:49 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2007-04-19 15:52:49 +0000
commit1b5be63b974a09427bfef25baf2a53da389d7653 (patch)
tree6759aca8e8eda3ea046699c9d6fc9d1856f1afac /goodies
parenta3f618d325aada34711c64aabdc91d2c741bc283 (diff)
INTEGRATION: CWS mergede01 (1.23.166); FILE MERGED
2007/03/20 14:50:13 ihi 1.23.166.1: #i72301# Remove German
Diffstat (limited to 'goodies')
-rw-r--r--goodies/source/filter.vcl/epgm/dlgepgm.src12
1 files changed, 2 insertions, 10 deletions
diff --git a/goodies/source/filter.vcl/epgm/dlgepgm.src b/goodies/source/filter.vcl/epgm/dlgepgm.src
index 7e5859578ba1..b000c8409fac 100644
--- a/goodies/source/filter.vcl/epgm/dlgepgm.src
+++ b/goodies/source/filter.vcl/epgm/dlgepgm.src
@@ -4,9 +4,9 @@
*
* $RCSfile: dlgepgm.src,v $
*
- * $Revision: 1.23 $
+ * $Revision: 1.24 $
*
- * last change: $Author: hr $ $Date: 2005-09-23 15:13:40 $
+ * last change: $Author: ihi $ $Date: 2007-04-19 16:52:49 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -41,7 +41,6 @@ ModalDialog DLG_EXPORT_EPGM
Size = MAP_APPFONT ( 133 , 63 ) ;
Moveable = TRUE ;
Closeable = TRUE ;
- Text [ de ] = "PGM Optionen" ;
Text [ en-US ] = "PGM Options" ;
OKButton BTN_OK
{
@@ -66,29 +65,22 @@ ModalDialog DLG_EXPORT_EPGM
{
Pos = MAP_APPFONT ( 6 , 3 ) ;
Size = MAP_APPFONT ( 60 , 8 ) ;
- Text [ de ] = "Datei Format" ;
Text [ en-US ] = "File format";
- Text [ x-comment ] = " ";
};
RadioButton RB_RAW
{
Pos = MAP_APPFONT ( 12 , 14 ) ;
Size = MAP_APPFONT ( 45 , 10 ) ;
- Text [ de ] = "~Binär" ;
TabStop = TRUE ;
Text [ en-US ] = "~Binary";
- Text [ x-comment ] = " ";
};
RadioButton RB_ASCII
{
Pos = MAP_APPFONT ( 12 , 28 ) ;
Size = MAP_APPFONT ( 45 , 10 ) ;
- Text [ de ] = "~Text" ;
TabStop = TRUE ;
Text [ en-US ] = "~Text";
- Text [ x-comment ] = " ";
};
- Text [ x-comment ] = " ";
};