Changeset 10311 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Jul 7, 2008 11:30:48 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 32932
- Location:
- trunk/src/VBox/Frontends
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/ui/VBoxNewVMWzd.ui.h
r8875 r10311 331 331 cmachine.SetOSTypeId (type.GetId()); 332 332 333 if (type.GetId() == "os2warp3" || 334 type.GetId() == "os2warp4" || 335 type.GetId() == "os2warp45") 333 if (type.GetId() == "os2warp3" || 334 type.GetId() == "os2warp4" || 335 type.GetId() == "os2warp45" || 336 type.GetId() == "ecs") 336 337 cmachine.SetHWVirtExEnabled (KTSBool_True); 337 338 -
trunk/src/VBox/Frontends/VirtualBox4/src/VBoxNewVMWzd.cpp
r9892 r10311 339 339 cmachine.SetOSTypeId (type.GetId()); 340 340 341 if (type.GetId() == "os2warp3" || 342 type.GetId() == "os2warp4" || 343 type.GetId() == "os2warp45") 341 if (type.GetId() == "os2warp3" || 342 type.GetId() == "os2warp4" || 343 type.GetId() == "os2warp45" || 344 type.GetId() == "ecs") 344 345 cmachine.SetHWVirtExEnabled (KTSBool_True); 345 346
Note:
See TracChangeset
for help on using the changeset viewer.