diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2007-07-03 12:03:55 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2007-07-03 12:03:55 +0000 |
commit | fb7b67464329f5785fcc990892621deb0ac1e0fa (patch) | |
tree | 78d0c72cc1d3a7725407bbc4c7f12aae457ccfb6 | |
parent | f6167a3b305c98f10e2b1eb10874bb26b55cc31b (diff) |
INTEGRATION: CWS tkr01 (1.32.26); FILE MERGED
2007/06/26 10:01:52 tkr 1.32.26.1: #i78846# Enable TreeControl support
-rw-r--r-- | basctl/source/dlged/dlgresid.src | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/basctl/source/dlged/dlgresid.src b/basctl/source/dlged/dlgresid.src index 2e6c6fe18..b4c7cad85 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 ---------------------------------------------------------------- |