summaryrefslogtreecommitdiff
path: root/sc/source/ui/dbgui
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/ui/dbgui')
-rw-r--r--sc/source/ui/dbgui/imoptdlg.src15
1 files changed, 12 insertions, 3 deletions
diff --git a/sc/source/ui/dbgui/imoptdlg.src b/sc/source/ui/dbgui/imoptdlg.src
index 08c1f16aaa5d..053d6b5de11f 100644
--- a/sc/source/ui/dbgui/imoptdlg.src
+++ b/sc/source/ui/dbgui/imoptdlg.src
@@ -4,9 +4,9 @@
*
* $RCSfile: imoptdlg.src,v $
*
- * $Revision: 1.32 $
+ * $Revision: 1.33 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 20:37:26 $
+ * last change: $Author: obo $ $Date: 2006-03-22 12:10:09 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -108,12 +108,21 @@ ModalDialog RID_SCDLG_IMPORTOPT
};
CheckBox CB_FIXEDWIDTH
{
- Pos = MAP_APPFONT( 12, 66 );
+ Pos = MAP_APPFONT( 12, 80 );
Size = MAP_APPFONT( 172, 10 );
Hide = TRUE;
Text [ de ] = "Feste Spalten~breite";
Text [ en-US ] = "Fixed column ~width";
};
+ CheckBox CB_SAVESHOWN
+ {
+ Pos = MAP_APPFONT( 12, 66 );
+ Size = MAP_APPFONT( 172, 10 );
+ TabStop = TRUE;
+ Hide = TRUE;
+ Text [ de ] = "Zellinhalt wie ~angezeigt";
+ Text [ en-US ] = "Save cell content as ~shown";
+ };
OKButton BTN_OK
{
Pos = MAP_APPFONT ( 202 , 6 ) ;