From ebc2befef039350d1b21c16bc234943bf9cce3c3 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 7 Jan 2005 20:31:03 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=5022 --- clientgui/BOINCGUIApp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clientgui/BOINCGUIApp.cpp b/clientgui/BOINCGUIApp.cpp index 3edd19018a..8c4e146c23 100644 --- a/clientgui/BOINCGUIApp.cpp +++ b/clientgui/BOINCGUIApp.cpp @@ -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