зеркало из https://github.com/mozilla/pjs.git
CCK Help files - altered to deal with Unix line endings
This commit is contained in:
Родитель
9435f9ba4b
Коммит
7fa09fc049
|
@ -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;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче