changing the template name from ws_template to wstemplate

This commit is contained in:
varada%netscape.com 1999-11-03 01:58:43 +00:00
parent b336666f6d
commit 3ff4dea91d

View File

@ -85,7 +85,7 @@ BOOL CInterpret::NewConfig(WIDGET *curWidget, CString globalsName, CString Dialo
CString newDir = CString(replaceVars("%Root%Configs\\",NULL));
newDir += configField;
CString Template = CString(replaceVars("%Root%WS_Template",NULL));
CString Template = CString(replaceVars("%Root%WSTemplate",NULL));
CString FooCopy = CString(replaceVars("%Root%Configs\\%CustomizationList%",NULL));
d = FindFirstFile((const char *) newDir, &data);
if (d == INVALID_HANDLE_VALUE)