Changeset 72333 in vbox for trunk/src/VBox
- Timestamp:
- May 25, 2018 8:55:20 AM (7 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIIndicatorsPool.cpp
r72329 r72333 968 968 AssertFailed(); 969 969 enmEngine = KVMExecutionEngine_NotSet; 970 RT_FALL_THRU(); 970 971 case KVMExecutionEngine_NotSet: 971 972 strExecutionEngine = VBoxGlobal::tr("not set", "details report (execution engine)"); -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/information/UIInformationDataItem.cpp
r72331 r72333 687 687 default: 688 688 AssertFailed(); 689 RT_FALL_THRU(); 689 690 case KVMExecutionEngine_NotSet: 690 691 strExecutionEngine = VBoxGlobal::tr("not set", "details report (execution engine)");
Note:
See TracChangeset
for help on using the changeset viewer.