summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2004-04-01 16:22:19 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2004-04-01 16:22:19 +0000
commit540be7a9ab8bc6a0a59131f7589786702ec93147 (patch)
tree329fd7fad3a7253dd9621362a53e6325305af71a
parent6d6350efb74cc8e62f978b0959d4604db4680fa8 (diff)
downloadATCD-540be7a9ab8bc6a0a59131f7589786702ec93147.tar.gz
ChangeLogTag: Thu Apr 1 10:21:31 2004 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--ChangeLog6
-rw-r--r--bin/MakeProjectCreator/modules/SLEWorkspaceCreator.pm2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index e8bfe330ef7..f1e7f3b5466 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu Apr 1 10:21:31 2004 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/modules/SLEWorkspaceCreator.pm:
+
+ Fixed a case error for the SlickEdit workspace creator.
+
Thu Apr 1 08:34:55 2004 Chad Elliott <elliott_c@ociweb.com>
* bin/MakeProjectCreator/modules/ProjectCreator.pm:
diff --git a/bin/MakeProjectCreator/modules/SLEWorkspaceCreator.pm b/bin/MakeProjectCreator/modules/SLEWorkspaceCreator.pm
index 9760be4c7b2..7c178f44d55 100644
--- a/bin/MakeProjectCreator/modules/SLEWorkspaceCreator.pm
+++ b/bin/MakeProjectCreator/modules/SLEWorkspaceCreator.pm
@@ -12,7 +12,7 @@ package SLEWorkspaceCreator;
use strict;
-use SleProjectCreator;
+use SLEProjectCreator;
use WorkspaceCreator;
use vars qw(@ISA);