From fdd994e90da6e3ef4218580f182c2a7905353935 Mon Sep 17 00:00:00 2001 From: "varada%netscape.com" Date: Thu, 9 Dec 1999 23:52:07 +0000 Subject: [PATCH] fix for bug #5001 should have been there in the first place - bad dog! --- cck/ib/wizshell.cpp | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/cck/ib/wizshell.cpp b/cck/ib/wizshell.cpp index 54e1509e2631..bfb14615f864 100644 --- a/cck/ib/wizshell.cpp +++ b/cck/ib/wizshell.cpp @@ -12,7 +12,7 @@ extern CString configName;// = GetGlobal("CustomizationList"); extern CString configPath;// = rootPath + "Configs\\" + configName; extern CString cdPath ;// = configPath + "\\CD"; extern CString workspacePath;// = configPath + "\\Workspace"; - +extern CString cdshellPath; //CString CDout="CD_output"; void CreateRshell (void) @@ -54,8 +54,8 @@ void CreateRshell (void) rshell <