summaryrefslogtreecommitdiff
path: root/basctl/source/dlged/dlgresid.src
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2001-05-02 11:39:47 +0000
committerThomas Benisch <tbe@openoffice.org>2001-05-02 11:39:47 +0000
commit6d03ef54d8273708c2aed99488315da763e6fe93 (patch)
tree6405512f9f1d38a14abe4c47fbb7e49c2a6c4063 /basctl/source/dlged/dlgresid.src
parent344db257f5c4afee3adb4e76e51af1b8165bbb6f (diff)
added ScrollBar
Diffstat (limited to 'basctl/source/dlged/dlgresid.src')
-rw-r--r--basctl/source/dlged/dlgresid.src8
1 files changed, 6 insertions, 2 deletions
diff --git a/basctl/source/dlged/dlgresid.src b/basctl/source/dlged/dlgresid.src
index 4fedaa574777..57dc3dccc9d1 100644
--- a/basctl/source/dlged/dlgresid.src
+++ b/basctl/source/dlged/dlgresid.src
@@ -2,9 +2,9 @@
*
* $RCSfile: dlgresid.src,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: tbe $ $Date: 2001-04-26 12:39:22 $
+ * last change: $Author: tbe $ $Date: 2001-05-02 12:38:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -107,6 +107,10 @@ String RID_STR_CLASS_PROGRESSBAR
{
Text = "ProgressBar" ;
};
+String RID_STR_CLASS_SCROLLBAR
+{
+ Text = "ScrollBar" ;
+};
// Property Browser Headline ----------------------------------------------------------------