Changeset 47617 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Aug 8, 2013 6:03:26 PM (11 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMInformationDlg.cpp
r47162 r47617 532 532 QString storageStat; 533 533 534 result += hdrRow.arg (":/ attachment_16px.png").arg (tr ("Storage Statistics"));534 result += hdrRow.arg (":/hd_16px.png").arg (tr ("Storage Statistics")); 535 535 536 536 CStorageControllerVector controllers = mSession.GetMachine().GetStorageControllers(); -
trunk/src/VBox/Frontends/VirtualBox/src/globals/VBoxGlobal.cpp
r47478 r47617 1339 1339 report += sectionTpl 1340 1340 .arg (rows) /* rows */ 1341 .arg (":/ attachment_16px.png", /* icon */1341 .arg (":/hd_16px.png", /* icon */ 1342 1342 "#storage", /* link */ 1343 1343 tr ("Storage", "details report"), /* title */
Note:
See TracChangeset
for help on using the changeset viewer.