Changeset 6276 in vbox
- Timestamp:
- Jan 8, 2008 1:41:58 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/MachineImpl.cpp
r6076 r6276 3104 3104 if (type == "vrdp") 3105 3105 { 3106 const char VBoxVRDP_exe[] = "VBox VRDP" HOSTSUFF_EXE;3106 const char VBoxVRDP_exe[] = "VBoxHeadless" HOSTSUFF_EXE; 3107 3107 Assert (sz >= sizeof (VBoxVRDP_exe)); 3108 3108 strcpy (cmd, VBoxVRDP_exe); … … 3121 3121 if (type == "capture") 3122 3122 { 3123 const char VBoxVRDP_exe[] = "VBox VRDP" HOSTSUFF_EXE;3123 const char VBoxVRDP_exe[] = "VBoxHeadless" HOSTSUFF_EXE; 3124 3124 Assert (sz >= sizeof (VBoxVRDP_exe)); 3125 3125 strcpy (cmd, VBoxVRDP_exe);
Note:
See TracChangeset
for help on using the changeset viewer.