- Timestamp:
- May 18, 2015 4:48:44 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp
r55803 r55915 1783 1783 1784 1784 /* Prepare open-existing-medium action: */ 1785 QAction *pActionOpenExistingMedium = menu.addAction( QIcon(":/select_file_16px.png"), QString(), pListener, pszSlotName);1785 QAction *pActionOpenExistingMedium = menu.addAction(UIIconPool::iconSet(":/select_file_16px.png"), QString(), pListener, pszSlotName); 1786 1786 pActionOpenExistingMedium->setData(QVariant::fromValue(UIMediumTarget(strControllerName, currentAttachment.GetPort(), currentAttachment.GetDevice(), 1787 1787 mediumType)));
Note:
See TracChangeset
for help on using the changeset viewer.