fix for bug#35684- removing the creation of the help shortcut link on the desktop

This commit is contained in:
varada%netscape.com 2000-04-13 19:12:25 +00:00
Родитель 2f22ba4ef6
Коммит ee47233797
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -817,7 +817,7 @@ int StartIB(CString parms, WIDGET *curWidget)
CString TargetDir = GetGlobal("Root");
CString TargetFile = TargetDir + "wizardmachine.ini";
CString MozBrowser = GetBrowser();
CreateShortcut(MozBrowser, TargetFile, "HelpLink", TargetDir, FALSE);
// CreateShortcut(MozBrowser, TargetFile, "HelpLink", TargetDir, FALSE);
dlg->SetWindowText(" Customization is in Progress \n |||||||||||||||||||||");
newprog.DestroyWindow();