Changeset 91363 in vbox for trunk/src/VBox/Frontends/VBoxAutostart
- Timestamp:
- Sep 24, 2021 1:08:32 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 147033
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VBoxAutostart/VBoxAutostartUtils.cpp
r83797 r91363 48 48 case MachineState_Aborted: 49 49 return "aborted"; 50 case MachineState_AbortedSaved: 51 return "aborted-saved"; 50 52 case MachineState_Running: 51 53 return "running";
Note:
See TracChangeset
for help on using the changeset viewer.