cleaning up ib.cpp

git-svn-id: svn://10.0.0.236/trunk@55229 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
varada%netscape.com 1999-12-03 23:48:23 +00:00
parent e050a38db8
commit 33c22ccfd8

View File

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