summaryrefslogtreecommitdiff
path: root/basctl
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2007-07-03 12:03:55 +0000
committerRüdiger Timm <rt@openoffice.org>2007-07-03 12:03:55 +0000
commit5fe9a3ce12e733080f533660a839e14d92aad3e4 (patch)
tree7b229afb3bf6ce88ca354eeb4f6d03389a7305f7 /basctl
parent74ea3b226ca732a9e22925169807803f61ee9ca0 (diff)
INTEGRATION: CWS tkr01 (1.32.26); FILE MERGED
2007/06/26 10:01:52 tkr 1.32.26.1: #i78846# Enable TreeControl support
Diffstat (limited to 'basctl')
-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 2e6c6fe18897..b4c7cad85752 100644
--- a/basctl/source/dlged/dlgresid.src
+++ b/basctl/source/dlged/dlgresid.src
@@ -4,9 +4,9 @@
*
* $RCSfile: dlgresid.src,v $
*
- * $Revision: 1.32 $
+ * $Revision: 1.33 $
*
- * last change: $Author: ihi $ $Date: 2007-04-19 13:47:49 $
+ * last change: $Author: rt $ $Date: 2007-07-03 13:03:55 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -121,6 +121,10 @@ String RID_STR_CLASS_FILECONTROL
{
Text = "FileControl" ;
};
+String RID_STR_CLASS_TREECONTROL
+{
+ Text = "TreeControl" ;
+};
// Property Browser Headline ----------------------------------------------------------------