tidying up cck.che and help in imgdlg.cpp

This commit is contained in:
varada%netscape.com 2000-03-28 21:25:40 +00:00
Родитель c84f496fe0
Коммит eb61ac3487
2 изменённых файлов: 6 добавлений и 3 удалений

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

@ -75,10 +75,13 @@ void CImgDlg::OnHelpButton()
// Mywnd.MessageBox("hello","hello",MB_OK);
CString helpvalue = iniTracker;
CString helpvar = helpvalue.Left(6);
CString htmlfile ="";
if (helpvar.CompareNoCase("Online")== 0)
{
helpvalue.Delete(0,7);
theInterpreter->OpenBrowser((char*)(LPCTSTR)helpvalue);
// AfxMessageBox("online",MB_OK);
htmlfile = theInterpreter->replaceVars((char*)(LPCTSTR)helpvalue, NULL);
theInterpreter->OpenBrowser((char*)(LPCTSTR)htmlfile);
}
else
{

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

@ -31,5 +31,5 @@ Company_Name=
TechSupportNumber=
NCIFileList=
NCIFileEditor=notepad
CustomComponent2=Please select an executable to install.
CustomComponent23=Please select yet another executable to install!!
CustomComponent1=Please select an executable to install.
CustomComponent137=Please select an executable to install.