CCK Help files - altered to deal with Unix line endings
git-svn-id: svn://10.0.0.236/trunk@44320 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -37,7 +37,7 @@ BOOL CHelpDlg::OnInitDialog()
|
||||
|
||||
CString Helptext = CString(iniFilePath) + "\\" + iniTracker;
|
||||
// ThatWind.MessageBox(Helptext,"something",MB_OK);
|
||||
if( !( fPtr = fopen(Helptext, "r") ) )
|
||||
if( !( fPtr = fopen(Helptext, "rb") ) )
|
||||
{
|
||||
CWnd myWnd;
|
||||
|
||||
|
||||
@@ -103,7 +103,7 @@ BOOL CWizHelp::OnInitDialog()
|
||||
//CWnd newwindow;
|
||||
//newwindow.MessageBox(HelpEdit,Helptext,MB_OK);
|
||||
// ThatWind.MessageBox(Helptext,"something",MB_OK);
|
||||
if( !( fPtr2 = fopen(Helptext, "r") ) )
|
||||
if( !( fPtr2 = fopen(Helptext, "rb") ) )
|
||||
{
|
||||
CWnd myWnd;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user