VirtualBox

Changeset 46604 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Jun 17, 2013 6:23:45 PM (12 years ago)
Author:
vboxsync
Message:

FE/Qt: Runtime UI: Use *proper* icons for the *toggle* menu-actions (*pause* and *fullscreen*).

Location:
trunk/src/VBox/Frontends/VirtualBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/VirtualBox2.qrc

    r45223 r46604  
    130130        <file alias="hostkey_captured_pressed_16px.png">images/hostkey_captured_pressed_16px.png</file>
    131131        <file alias="fullscreen_16px.png">images/fullscreen_16px.png</file>
    132         <file alias="fullscreen_on_16px.png.png">images/fullscreen_on_16px.png</file>
     132        <file alias="fullscreen_on_16px.png">images/fullscreen_on_16px.png</file>
    133133        <file alias="fullscreen_disabled_16px.png">images/fullscreen_disabled_16px.png</file>
    134134        <file alias="fullscreen_on_disabled_16px.png">images/fullscreen_on_disabled_16px.png</file>
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIActionPoolRuntime.cpp

    r46582 r46604  
    288288
    289289    UIActionTogglePause(UIActionPool *pParent)
    290         : UIActionToggle(pParent, ":/pause_16px.png", ":/pause_disabled_16px.png")
     290        : UIActionToggle(pParent,
     291                         ":/pause_on_16px.png", ":/pause_16px.png",
     292                         ":/pause_on_disabled_16px.png", ":/pause_disabled_16px.png")
    291293    {
    292294        retranslateUi();
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette