summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/formres.src
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2001-03-07 13:37:34 +0000
committerThomas Benisch <tbe@openoffice.org>2001-03-07 13:37:34 +0000
commited0ee751b7fd0640cb605e97e6eaea3d26c66076 (patch)
treebe6b81b0e31e36dd8a0eb331fbe8fe25fac8efc8 /extensions/source/propctrlr/formres.src
parentc5fcff1903cc0d0f1bf6e0e9bb6f78966cca5a05 (diff)
added step property
Diffstat (limited to 'extensions/source/propctrlr/formres.src')
-rw-r--r--extensions/source/propctrlr/formres.src12
1 files changed, 10 insertions, 2 deletions
diff --git a/extensions/source/propctrlr/formres.src b/extensions/source/propctrlr/formres.src
index 0f29fb80c369..64130ca4bbe9 100644
--- a/extensions/source/propctrlr/formres.src
+++ b/extensions/source/propctrlr/formres.src
@@ -2,9 +2,9 @@
*
* $RCSfile: formres.src,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: tbe $ $Date: 2001-03-02 16:28:47 $
+ * last change: $Author: tbe $ $Date: 2001-03-07 14:36:18 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -3815,10 +3815,18 @@ String RID_STR_TITLE
Text = "Titel" ;
Text [ ENGLISH ] = "Title" ;
};
+String RID_STR_STEP
+{
+ Text = "Step" ;
+ Text [ ENGLISH ] = "Step" ;
+};
/*************************************************************************
* history:
* $Log: not supported by cvs2svn $
+ * Revision 1.5 2001/03/02 16:28:47 tbe
+ * added title property
+ *
* Revision 1.4 2001/02/22 09:32:15 tbe
* added properties for dialog controls
*