tidying up cck.che and help in imgdlg.cpp
This commit is contained in:
Родитель
c84f496fe0
Коммит
eb61ac3487
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче