mirror of https://github.com/BOINC/boinc.git
MGR: Fix my change (commit 91784e9: replace deprecated Mac API ) lost by merge 3a956aa
This commit is contained in:
parent
e342de99fd
commit
b771170656
|
@ -1839,8 +1839,7 @@ int CMainDocument::WorkShowVMConsole(RESULT* res) {
|
|||
// Unfortunately, CoRD does not seem as reliable as I would like either.
|
||||
//
|
||||
// First try to find the CoRD application by Bundle ID and Creator Code
|
||||
status = LSFindApplicationForInfo('RDC#', CFSTR("net.sf.cord"),
|
||||
NULL, &theFSRef, NULL);
|
||||
status = GetPathToAppFromID('RDC#', CFSTR("net.sf.cord"), pathToCoRD, MAXPATHLEN);
|
||||
if (status != noErr) {
|
||||
CBOINCBaseFrame* pFrame = wxGetApp().GetFrame();
|
||||
if (pFrame) {
|
||||
|
|
Loading…
Reference in New Issue