summaryrefslogtreecommitdiff
path: root/basctl/source/dlged/dlgresid.src
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2001-04-26 11:40:09 +0000
committerThomas Benisch <tbe@openoffice.org>2001-04-26 11:40:09 +0000
commitda78440c332d081eb12f4d741e88c532382f7ff0 (patch)
treefd329ee8534edea779105f9f0178666872d71776 /basctl/source/dlged/dlgresid.src
parentf7a8454152e71470e693de7d62cb669282cda52b (diff)
added ProgressBar
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 bf7df1fc263e..4fedaa574777 100644
--- a/basctl/source/dlged/dlgresid.src
+++ b/basctl/source/dlged/dlgresid.src
@@ -2,9 +2,9 @@
*
* $RCSfile: dlgresid.src,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: kz $ $Date: 2001-04-09 23:23:08 $
+ * last change: $Author: tbe $ $Date: 2001-04-26 12:39:22 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -103,6 +103,10 @@ String RID_STR_CLASS_IMAGECONTROL
{
Text = "ImageControl" ;
};
+String RID_STR_CLASS_PROGRESSBAR
+{
+ Text = "ProgressBar" ;
+};
// Property Browser Headline ----------------------------------------------------------------