summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/moduldl2.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-05-19 07:02:20 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-05-19 07:02:20 +0000
commit77df31e5336e8898f27bf7d2a42ca7e78cd61fa1 (patch)
tree8bed627eae1fa7931474e65f9319a90bf8b8fa69 /basctl/source/basicide/moduldl2.cxx
parente54a427497bb3790fa7bbaa38d4a52ea9338a164 (diff)
INTEGRATION: CWS scriptingf4 (1.43.10); FILE MERGED
2004/03/24 13:11:58 dfoster 1.43.10.1: #i26923# Implmentation of the Script Organizer spec.
Diffstat (limited to 'basctl/source/basicide/moduldl2.cxx')
-rw-r--r--basctl/source/basicide/moduldl2.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/basctl/source/basicide/moduldl2.cxx b/basctl/source/basicide/moduldl2.cxx
index 55adee7ae..725779b50 100644
--- a/basctl/source/basicide/moduldl2.cxx
+++ b/basctl/source/basicide/moduldl2.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: moduldl2.cxx,v $
*
- * $Revision: 1.43 $
+ * $Revision: 1.44 $
*
- * last change: $Author: vg $ $Date: 2004-01-06 17:13:44 $
+ * last change: $Author: rt $ $Date: 2004-05-19 08:02:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -515,6 +515,10 @@ NewObjectDialog::NewObjectDialog(Window * pParent, USHORT nMode,
{
SetText( String( IDEResId( RID_STR_NEWMOD ) ) );
}
+ else if ( nMode == NEWOBJECTMODE_METH )
+ {
+ SetText( String( IDEResId( RID_STR_NEWMETH ) ) );
+ }
else
{
SetText( String( IDEResId( RID_STR_NEWDLG ) ) );