VirtualBox

Changeset 47617 in vbox for trunk


Ignore:
Timestamp:
Aug 8, 2013 6:03:26 PM (11 years ago)
Author:
vboxsync
Message:

FE/Qt: Machine settings: Storage icon fix #2 (s.a. r87785).

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMInformationDlg.cpp

    r47162 r47617  
    532532        QString storageStat;
    533533
    534         result += hdrRow.arg (":/attachment_16px.png").arg (tr ("Storage Statistics"));
     534        result += hdrRow.arg (":/hd_16px.png").arg (tr ("Storage Statistics"));
    535535
    536536        CStorageControllerVector controllers = mSession.GetMachine().GetStorageControllers();
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp

    r47478 r47617  
    13391339        report += sectionTpl
    13401340            .arg (rows) /* rows */
    1341             .arg (":/attachment_16px.png", /* icon */
     1341            .arg (":/hd_16px.png", /* icon */
    13421342                  "#storage", /* link */
    13431343                  tr ("Storage", "details report"), /* title */
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