- Timestamp:
- May 22, 2015 11:07:31 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 100544
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 5 edited
- 4 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/VirtualBox1.qrc
r55265 r56026 280 280 <file alias="os_type_16px.png">images/os_type_16px.png</file> 281 281 <file alias="os_ubuntu.png">images/os_ubuntu.png</file> 282 <file alias="os_ubuntu_64.png">images/os_ubuntu_64.png</file>283 282 </qresource> 284 283 </RCC> -
trunk/src/VBox/Frontends/VirtualBox/VirtualBox1_hidpi.qrc
r55925 r56026 271 271 <file alias="os_os2warp4_hidpi.png">images/hidpi/os_os2warp4_hidpi.png</file> 272 272 <file alias="os_other_64_hidpi.png">images/hidpi/os_other_64_hidpi.png</file> 273 <file alias="os_other_hidpi.png">images/hidpi/os_other_hidpi.png</file>274 273 </qresource> 275 274 </RCC> -
trunk/src/VBox/Frontends/VirtualBox/VirtualBox2.qrc
r55265 r56026 1 1 <RCC> 2 2 <qresource prefix="/"> 3 <file alias="os_ubuntu_64.png">images/os_ubuntu_64.png</file> 3 4 <file alias="os_win10.png">images/os_win10.png</file> 4 5 <file alias="os_win10_64.png">images/os_win10_64.png</file> … … 230 231 <file alias="vm_open_filemanager_disabled_16px.png">images/vm_open_filemanager_disabled_16px.png</file> 231 232 <file alias="vm_pause_16px.png">images/vm_pause_16px.png</file> 232 <file alias="vm_pause_32px.png">images/vm_pause_32px.png</file>233 233 <file alias="vm_pause_disabled_16px.png">images/vm_pause_disabled_16px.png</file> 234 <file alias="vm_pause_disabled_32px.png">images/vm_pause_disabled_32px.png</file>235 234 <file alias="vm_pause_on_16px.png">images/vm_pause_on_16px.png</file> 236 235 <file alias="vm_pause_on_disabled_16px.png">images/vm_pause_on_disabled_16px.png</file> -
trunk/src/VBox/Frontends/VirtualBox/VirtualBox2_hidpi.qrc
r55925 r56026 1 1 <RCC> 2 2 <qresource prefix="/"> 3 <file alias="os_other_hidpi.png">images/hidpi/os_other_hidpi.png</file> 3 4 <file alias="os_qnx_hidpi.png">images/hidpi/os_qnx_hidpi.png</file> 4 5 <file alias="os_redhat_64_hidpi.png">images/hidpi/os_redhat_64_hidpi.png</file> … … 238 239 <file alias="vm_open_filemanager_disabled_16px_hidpi.png">images/hidpi/vm_open_filemanager_disabled_16px_hidpi.png</file> 239 240 <file alias="vm_pause_16px_hidpi.png">images/hidpi/vm_pause_16px_hidpi.png</file> 240 <file alias="vm_pause_32px_hidpi.png">images/hidpi/vm_pause_32px_hidpi.png</file>241 241 <file alias="vm_pause_disabled_16px_hidpi.png">images/hidpi/vm_pause_disabled_16px_hidpi.png</file> 242 <file alias="vm_pause_disabled_32px_hidpi.png">images/hidpi/vm_pause_disabled_32px_hidpi.png</file>243 242 <file alias="vm_pause_on_16px_hidpi.png">images/hidpi/vm_pause_on_16px_hidpi.png</file> 244 243 <file alias="vm_pause_on_disabled_16px_hidpi.png">images/hidpi/vm_pause_on_disabled_16px_hidpi.png</file> -
trunk/src/VBox/Frontends/VirtualBox/src/selector/UIActionPoolSelector.cpp
r55507 r56026 677 677 678 678 UIActionToggleCommonPauseAndResume(UIActionPool *pParent) 679 : UIActionToggle(pParent, 680 ":/vm_pause_32px.png", ":/vm_pause_16px.png", 681 ":/vm_pause_disabled_32px.png", ":/vm_pause_disabled_16px.png") {} 679 : UIActionToggle(pParent, ":/vm_pause_16px.png", ":/vm_pause_disabled_16px.png") {} 682 680 683 681 protected:
Note:
See TracChangeset
for help on using the changeset viewer.