Index: /trunk/src/VBox/Frontends/VirtualBox/src/VBoxAboutDlg.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/VBoxAboutDlg.cpp	(revision 26718)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/VBoxAboutDlg.cpp	(revision 26719)
@@ -1,2 +1,3 @@
+/* $Id$ */
 /** @file
  *
Index: /trunk/src/VBox/Frontends/VirtualBox/src/VBoxAboutDlg.h
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/VBoxAboutDlg.h	(revision 26718)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/VBoxAboutDlg.h	(revision 26719)
@@ -53,2 +53,3 @@
 
 #endif /* __VBoxAboutDlg_h__ */
+
Index: /trunk/src/VBox/Frontends/VirtualBox/src/VBoxCloseVMDlg.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/VBoxCloseVMDlg.cpp	(revision 26718)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/VBoxCloseVMDlg.cpp	(revision 26719)
@@ -1,2 +1,3 @@
+/* $Id$ */
 /** @file
  *
Index: /trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBDDRAW.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBDDRAW.cpp	(revision 26718)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBDDRAW.cpp	(revision 26719)
@@ -1,2 +1,3 @@
+/* $Id$ */
 /** @file
  *
@@ -517,2 +518,3 @@
 
 #endif /* defined (VBOX_GUI_USE_DDRAW) */
+
Index: /trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp	(revision 26718)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp	(revision 26719)
@@ -1,2 +1,3 @@
+/* $Id$ */
 /** @file
  * VBoxFBOverlay implementaion
@@ -5407,2 +5408,3 @@
 
 #endif
+
Index: /trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.h
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.h	(revision 26718)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.h	(revision 26719)
@@ -1877,2 +1877,3 @@
 
 #endif /* #ifndef __VBoxFBOverlay_h__ */
+
Index: /trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlayCommon.h
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlayCommon.h	(revision 26718)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlayCommon.h	(revision 26719)
@@ -107,2 +107,3 @@
 
 #endif /* #ifndef __VBoxFBOverlayCommon_h__ */
+
Index: /trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBQGL.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBQGL.cpp	(revision 26718)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBQGL.cpp	(revision 26719)
@@ -171,2 +171,3 @@
 
 #endif
+
Index: /trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBQuartz2D.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBQuartz2D.cpp	(revision 26718)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBQuartz2D.cpp	(revision 26719)
@@ -468,2 +468,3 @@
 
 #endif /* defined (VBOX_GUI_USE_QUARTZ2D) */
+
Index: /trunk/src/VBox/Frontends/VirtualBox/src/VBoxFrameBuffer.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/VBoxFrameBuffer.cpp	(revision 26718)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/VBoxFrameBuffer.cpp	(revision 26719)
@@ -1,2 +1,3 @@
+/* $Id$ */
 /** @file
  *
@@ -677,2 +678,3 @@
 
 #endif
+
Index: /trunk/src/VBox/Frontends/VirtualBox/src/VBoxFrameBuffer.h
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/VBoxFrameBuffer.h	(revision 26718)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/VBoxFrameBuffer.h	(revision 26719)
@@ -520,2 +520,3 @@
 
 #endif // !___VBoxFrameBuffer_h___
+
Index: /trunk/src/VBox/Frontends/VirtualBox/src/VBoxGLSupportInfo.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/VBoxGLSupportInfo.cpp	(revision 26718)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/VBoxGLSupportInfo.cpp	(revision 26719)
@@ -711,2 +711,3 @@
     return NULL;
 }
+
Index: /trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobalSettings.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobalSettings.cpp	(revision 26718)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobalSettings.cpp	(revision 26719)
@@ -1,2 +1,3 @@
+/* $Id$ */
 /** @file
  *
Index: /trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobalSettings.h
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobalSettings.h	(revision 26718)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/VBoxGlobalSettings.h	(revision 26719)
@@ -177,2 +177,3 @@
 
 #endif // __VBoxGlobalSettings_h__
+
Index: /trunk/src/VBox/Frontends/VirtualBox/src/VBoxHelpActions.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/VBoxHelpActions.cpp	(revision 26718)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/VBoxHelpActions.cpp	(revision 26719)
@@ -1,2 +1,3 @@
+/* $Id$ */
 /** @file
  *
Index: /trunk/src/VBox/Frontends/VirtualBox/src/VBoxMediaManagerDlg.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/VBoxMediaManagerDlg.cpp	(revision 26718)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/VBoxMediaManagerDlg.cpp	(revision 26719)
@@ -1,2 +1,3 @@
+/* $Id$ */
 /** @file
  *
Index: /trunk/src/VBox/Frontends/VirtualBox/src/VBoxMedium.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/VBoxMedium.cpp	(revision 26718)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/VBoxMedium.cpp	(revision 26719)
@@ -1,2 +1,3 @@
+/* $Id$ */
 /** @file
  *
Index: /trunk/src/VBox/Frontends/VirtualBox/src/VBoxSnapshotDetailsDlg.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/VBoxSnapshotDetailsDlg.cpp	(revision 26718)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/VBoxSnapshotDetailsDlg.cpp	(revision 26719)
@@ -1,2 +1,3 @@
+/* $Id$ */
 /** @file
  *
Index: /trunk/src/VBox/Frontends/VirtualBox/src/VBoxSnapshotsWgt.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/VBoxSnapshotsWgt.cpp	(revision 26718)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/VBoxSnapshotsWgt.cpp	(revision 26719)
@@ -1,2 +1,3 @@
+/* $Id$ */
 /** @file
  *
Index: /trunk/src/VBox/Frontends/VirtualBox/src/VBoxTakeSnapshotDlg.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/VBoxTakeSnapshotDlg.cpp	(revision 26718)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/VBoxTakeSnapshotDlg.cpp	(revision 26719)
@@ -1,2 +1,3 @@
+/* $Id$ */
 /** @file
  *
Index: /trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMInformationDlg.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMInformationDlg.cpp	(revision 26718)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMInformationDlg.cpp	(revision 26719)
@@ -1,2 +1,3 @@
+/* $Id$ */
 /** @file
  *
Index: /trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMLogViewer.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMLogViewer.cpp	(revision 26718)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/VBoxVMLogViewer.cpp	(revision 26719)
@@ -1,2 +1,3 @@
+/* $Id$ */
 /** @file
  *
@@ -601,2 +602,3 @@
         findBack();
 }
+
Index: /trunk/src/VBox/Frontends/VirtualBox/src/main.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/main.cpp	(revision 26718)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/main.cpp	(revision 26719)
@@ -1,2 +1,3 @@
+/* $Id$ */
 /** @file
  *
Index: /trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp	(revision 26718)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineView.cpp	(revision 26719)
@@ -427,5 +427,5 @@
 //                    mAccelerate2DVideo ? new VBoxOverlayFrameBuffer<VBoxQuartz2DFrameBuffer>(this, &machineWindowWrapper()->session()) :
 #endif
-//            	    new UIFrameBufferQuartz2D(this);
+//                  new UIFrameBufferQuartz2D(this);
             break;
 #endif
@@ -2692,8 +2692,8 @@
     /**/
 #elif defined (Q_WS_X11)
-	if (aCapture)
-		XGrabKey(QX11Info::display(), AnyKey, AnyModifier, window()->winId(), False, GrabModeAsync, GrabModeAsync);
-	else
-		XUngrabKey(QX11Info::display(),  AnyKey, AnyModifier, window()->winId());
+        if (aCapture)
+                XGrabKey(QX11Info::display(), AnyKey, AnyModifier, window()->winId(), False, GrabModeAsync, GrabModeAsync);
+        else
+                XUngrabKey(QX11Info::display(),  AnyKey, AnyModifier, window()->winId());
 #elif defined (Q_WS_MAC)
     if (aCapture)
