*** empty log message ***

svn path=/trunk/boinc/; revision=5022
This commit is contained in:
David Anderson 2005-01-07 20:31:03 +00:00
parent 7cca0a5df2
commit ebc2befef0
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ void CBOINCGUIApp::StartupBOINCCore()
// Append boinc.exe to the end of the strExecute string and get ready to rock
strExecute += wxT("/boinc");
m_lBOINCCoreProccessId = ::wxExecute( strExecute );
m_lBOINCCoreProcessId = ::wxExecute( strExecute );
#endif