Changeset 50884 in vbox for trunk/src/VBox
- Timestamp:
- Mar 26, 2014 11:43:12 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 92986
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 2 edited
- 4 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/VirtualBox2.qrc
r50882 r50884 85 85 <file alias="hd_add_22px.png">images/hd_add_22px.png</file> 86 86 <file alias="hd_add_disabled_22px.png">images/hd_add_disabled_22px.png</file> 87 <file alias="hd_copy_16px.png">images/hd_copy_16px.png</file> 88 <file alias="hd_copy_disabled_16px.png">images/hd_copy_disabled_16px.png</file> 89 <file alias="hd_copy_22px.png">images/hd_copy_22px.png</file> 90 <file alias="hd_copy_disabled_22px.png">images/hd_copy_disabled_22px.png</file> 87 91 <file alias="hd_new_16px.png">images/hd_new_16px.png</file> 88 92 <file alias="hd_new_disabled_16px.png">images/hd_new_disabled_16px.png</file> -
trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumManager.cpp
r50769 r50884 1007 1007 m_pActionCopy->setShortcut(QKeySequence("Ctrl+O")); 1008 1008 m_pActionCopy->setIcon(UIIconPool::iconSetFull(QSize(22, 22), QSize(16, 16), 1009 ":/hd_ add_22px.png", ":/hd_add_16px.png",1010 ":/hd_ add_disabled_22px.png", ":/hd_add_disabled_16px.png"));1009 ":/hd_copy_22px.png", ":/hd_copy_16px.png", 1010 ":/hd_copy_disabled_22px.png", ":/hd_copy_disabled_16px.png")); 1011 1011 connect(m_pActionCopy, SIGNAL(triggered()), this, SLOT(sltCopyMedium())); 1012 1012 }
Note:
See TracChangeset
for help on using the changeset viewer.