Changeset 76882 in vbox
- Timestamp:
- Jan 18, 2019 10:30:19 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/medium/UIFDCreationDialog.cpp
r76606 r76882 211 211 /* Notify VBoxGlobal about the new medium: */ 212 212 vboxGlobal().createMedium(UIMedium(newMedium, UIMediumDeviceType_Floppy, KMediumState_Created)); 213 /* Notify VBoxGlobal about the new medium: */213 /* Update the recently used media list: */ 214 214 vboxGlobal().updateRecentlyUsedMediumListAndFolder(UIMediumDeviceType_Floppy, strMediumLocation); 215 215
Note:
See TracChangeset
for help on using the changeset viewer.