Index: /trunk/src/VBox/Frontends/VirtualBox/VirtualBox1.qrc
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/VirtualBox1.qrc	(revision 68213)
+++ /trunk/src/VBox/Frontends/VirtualBox/VirtualBox1.qrc	(revision 68214)
@@ -212,4 +212,6 @@
         <file alias="machine_32px.png">images/machine_32px.png</file>
         <file alias="machine_abstract_16px.png">images/machine_abstract_16px.png</file>
+        <file alias="machine_details_manager_16px.png">images/machine_details_manager_16px.png</file>
+        <file alias="machine_details_manager_22px.png">images/machine_details_manager_22px.png</file>
         <file alias="machine_warning_16px.png">images/machine_warning_16px.png</file>
         <file alias="meditation_32px.png">images/meditation_32px.png</file>
Index: /trunk/src/VBox/Frontends/VirtualBox/VirtualBox1_hidpi.qrc
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/VirtualBox1_hidpi.qrc	(revision 68213)
+++ /trunk/src/VBox/Frontends/VirtualBox/VirtualBox1_hidpi.qrc	(revision 68214)
@@ -212,4 +212,6 @@
         <file alias="machine_32px_hidpi.png">images/hidpi/machine_32px_hidpi.png</file>
         <file alias="machine_abstract_16px_hidpi.png">images/hidpi/machine_abstract_16px_hidpi.png</file>
+        <file alias="machine_details_manager_16px_hidpi.png">images/hidpi/machine_details_manager_16px_hidpi.png</file>
+        <file alias="machine_details_manager_22px_hidpi.png">images/hidpi/machine_details_manager_22px_hidpi.png</file>
         <file alias="machine_warning_16px_hidpi.png">images/hidpi/machine_warning_16px_hidpi.png</file>
         <file alias="meditation_32px_hidpi.png">images/hidpi/meditation_32px_hidpi.png</file>
Index: /trunk/src/VBox/Frontends/VirtualBox/src/selector/UIActionPoolSelector.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/selector/UIActionPoolSelector.cpp	(revision 68213)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/selector/UIActionPoolSelector.cpp	(revision 68214)
@@ -982,6 +982,6 @@
     UIActionSimpleToolsMachineDetails(UIActionPool *pParent)
         : UIActionSimple(pParent,
-                         ":/session_info_details_16px.png", ":/session_info_details_16px.png",
-                         ":/session_info_details_16px.png", ":/session_info_details_16px.png") {}
+                         ":/machine_details_manager_22px.png", ":/machine_details_manager_16px.png",
+                         ":/machine_details_manager_22px.png", ":/machine_details_manager_16px.png") {}
 
 protected:
