Probably a good idea to look for rcerror as rcerror.exe on Windows.

--HG--
branch : feature-crashreport
hg/feature/qt5
dfighter1985 10 years ago
parent 03ce683e49
commit 9518a80c99

@ -76,7 +76,11 @@ TReportResult report (const std::string &title, const std::string &header, const
f << body;
f.close();
#ifdef NL_OS_WINDOWS
NLMISC::launchProgram( "rcerror.exe", fname );
#else
NLMISC::launchProgram( "rcerror", fname );
#endif
}
NLMISC::CFile::deleteFile( fname );

Loading…
Cancel
Save