- Timestamp:
- Apr 28, 2007 7:44:42 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r2333 r2407 2669 2669 if (type == "gui") 2670 2670 { 2671 #ifdef __DARWIN__ /* Avoid Lanuch Services confusing this with the selector by using a helper app. */ 2672 const char VirtualBox_exe[] = "../Resources/VirtualBoxVM.app/Contents/MacOS/VirtualBox" HOSTSUFF_EXE; 2673 #else 2671 2674 const char VirtualBox_exe[] = "VirtualBox" HOSTSUFF_EXE; 2675 #endif 2672 2676 Assert (sz >= sizeof (VirtualBox_exe)); 2673 2677 strcpy (cmd, VirtualBox_exe);
Note:
See TracChangeset
for help on using the changeset viewer.