Index: /trunk/src/VBox/Main/idl/VirtualBox.xidl
===================================================================
--- /trunk/src/VBox/Main/idl/VirtualBox.xidl	(revision 51218)
+++ /trunk/src/VBox/Main/idl/VirtualBox.xidl	(revision 51219)
@@ -1142,6 +1142,6 @@
       <desc>Shared folder device.</desc>
     </const>
-    <const name="Graphics"          value="7">
-      <desc>Graphics device.</desc>
+    <const name="Graphics3D"          value="7">
+      <desc>Graphics device 3D activity.</desc>
     </const>  </enum>
 
Index: /trunk/src/VBox/Main/src-client/ConsoleImpl.cpp
===================================================================
--- /trunk/src/VBox/Main/src-client/ConsoleImpl.cpp	(revision 51218)
+++ /trunk/src/VBox/Main/src-client/ConsoleImpl.cpp	(revision 51219)
@@ -2881,5 +2881,5 @@
         }
 
-        case DeviceType_Graphics:
+        case DeviceType_Graphics3D:
         {
             SumLed.u32 |= readAndClearLed(mapCrOglLed);
