Index: trunk/eraser6/Eraser.Util/BlackBox.cs
===================================================================
--- trunk/eraser6/Eraser.Util/BlackBox.cs	(revision 1874)
+++ trunk/eraser6/Eraser.Util/BlackBox.cs	(revision 1875)
@@ -309,4 +309,7 @@
 			bitmap.CopyFromScreen(0, 0, 0, 0, rect.Size, CopyPixelOperation.SourceCopy);
 
+			//Place the mouse pointer
+			Cursor.Current.Draw(bitmap, new Rectangle(Cursor.Position, Cursor.Current.Size));
+
 			//Save the bitmap to disk
 			screenShot.Save(Path.Combine(dumpFolder, ScreenshotFileName), ImageFormat.Png);
