From 33c22ccfd87a92a4d9237aa73f4079205a67b6f2 Mon Sep 17 00:00:00 2001 From: "varada%netscape.com" Date: Fri, 3 Dec 1999 23:48:23 +0000 Subject: [PATCH] cleaning up ib.cpp git-svn-id: svn://10.0.0.236/trunk@55229 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/cck/ib/ib.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/cck/ib/ib.cpp b/mozilla/cck/ib/ib.cpp index e31b34de30f..b6b118545d3 100644 --- a/mozilla/cck/ib/ib.cpp +++ b/mozilla/cck/ib/ib.cpp @@ -399,7 +399,7 @@ int StartIB(CString parms, WIDGET *curWidget) rootPath = GetGlobal("Root"); configName = GetGlobal("CustomizationList"); configPath = rootPath + "Configs\\" + configName; - cdPath = configPath + "\\CD"; + cdPath = configPath + "\\Output"; networkPath = configPath + "\\Network"; tempPath = configPath + "\\Temp"; iniDstPath = cdPath + "\\config.ini";