Changeset 50886 in vbox for trunk/src/VBox/Frontends
- Timestamp:
- Mar 26, 2014 12:08:12 PM (11 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 2 edited
- 4 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/VirtualBox2.qrc
r50884 r50886 89 89 <file alias="hd_copy_22px.png">images/hd_copy_22px.png</file> 90 90 <file alias="hd_copy_disabled_22px.png">images/hd_copy_disabled_22px.png</file> 91 <file alias="hd_modify_16px.png">images/hd_modify_16px.png</file> 92 <file alias="hd_modify_disabled_16px.png">images/hd_modify_disabled_16px.png</file> 93 <file alias="hd_modify_22px.png">images/hd_modify_22px.png</file> 94 <file alias="hd_modify_disabled_22px.png">images/hd_modify_disabled_22px.png</file> 91 95 <file alias="hd_new_16px.png">images/hd_new_16px.png</file> 92 96 <file alias="hd_new_disabled_16px.png">images/hd_new_disabled_16px.png</file> -
trunk/src/VBox/Frontends/VirtualBox/src/medium/UIMediumManager.cpp
r50884 r50886 1018 1018 m_pActionModify->setShortcut(QKeySequence("Ctrl+Space")); 1019 1019 m_pActionModify->setIcon(UIIconPool::iconSetFull(QSize(22, 22), QSize(16, 16), 1020 ":/hd_ new_22px.png", ":/hd_new_16px.png",1021 ":/hd_ new_disabled_22px.png", ":/hd_new_disabled_16px.png"));1020 ":/hd_modify_22px.png", ":/hd_modify_16px.png", 1021 ":/hd_modify_disabled_22px.png", ":/hd_modify_disabled_16px.png")); 1022 1022 connect(m_pActionModify, SIGNAL(triggered()), this, SLOT(sltModifyMedium())); 1023 1023 }
Note:
See TracChangeset
for help on using the changeset viewer.