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";