summaryrefslogtreecommitdiff
path: root/basctl/source/dlged/dlgresid.src
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2001-05-04 10:10:36 +0000
committerThomas Benisch <tbe@openoffice.org>2001-05-04 10:10:36 +0000
commit058b0ff211843ad4afa85a0e6c8f213aa5e3fafb (patch)
tree24cbc58d1a5795e968323291b958174ff02ada3d /basctl/source/dlged/dlgresid.src
parent24645d80f56c6549a5aaf0019a3882091ecfd3e6 (diff)
added FixedLine
Diffstat (limited to 'basctl/source/dlged/dlgresid.src')
-rw-r--r--basctl/source/dlged/dlgresid.src9
1 files changed, 7 insertions, 2 deletions
diff --git a/basctl/source/dlged/dlgresid.src b/basctl/source/dlged/dlgresid.src
index 57dc3dccc9d1..9b3be8a29117 100644
--- a/basctl/source/dlged/dlgresid.src
+++ b/basctl/source/dlged/dlgresid.src
@@ -2,9 +2,9 @@
*
* $RCSfile: dlgresid.src,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: tbe $ $Date: 2001-05-02 12:38:24 $
+ * last change: $Author: tbe $ $Date: 2001-05-04 11:09:32 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -111,6 +111,11 @@ String RID_STR_CLASS_SCROLLBAR
{
Text = "ScrollBar" ;
};
+String RID_STR_CLASS_FIXEDLINE
+{
+ Text = "FixedLine" ;
+};
+
// Property Browser Headline ----------------------------------------------------------------