summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/moduldlg.hxx
diff options
context:
space:
mode:
authorThomas Benisch <tbe@openoffice.org>2001-09-27 11:12:19 +0000
committerThomas Benisch <tbe@openoffice.org>2001-09-27 11:12:19 +0000
commit9d385a9bea086aa88891f56cc29bc9676ff4b512 (patch)
treefc7b8da9108e3c7c82b92a2ff0a9132068f20dee /basctl/source/basicide/moduldlg.hxx
parent25192af1699fd9f660ca9eafcf89e2b590e10100 (diff)
#92520# BasicIDE: misleading labels in the libpage
Diffstat (limited to 'basctl/source/basicide/moduldlg.hxx')
-rw-r--r--basctl/source/basicide/moduldlg.hxx7
1 files changed, 4 insertions, 3 deletions
diff --git a/basctl/source/basicide/moduldlg.hxx b/basctl/source/basicide/moduldlg.hxx
index 92a20b15309c..abff0db7553d 100644
--- a/basctl/source/basicide/moduldlg.hxx
+++ b/basctl/source/basicide/moduldlg.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: moduldlg.hxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: tbe $ $Date: 2001-09-03 11:56:10 $
+ * last change: $Author: tbe $ $Date: 2001-09-27 12:12:19 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -298,8 +298,9 @@ public:
class LibPage: public TabPage
{
protected:
- FixedText aLibText;
+ FixedText aBasicsText;
ListBox aBasicsBox;
+ FixedText aLibText;
BasicCheckBox aLibBox;
PushButton aEditButton;
CancelButton aCloseButton;