Index: /trunk/src/VBox/Frontends/VirtualBox/src/helpbrowser/UIHelpViewer.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VirtualBox/src/helpbrowser/UIHelpViewer.cpp	(revision 88496)
+++ /trunk/src/VBox/Frontends/VirtualBox/src/helpbrowser/UIHelpViewer.cpp	(revision 88497)
@@ -657,5 +657,5 @@
         QRectF fillRect(imageRect.x() - iMargin, imageRect.y() - iMargin,
                         imageRect.width() + 2 * iMargin, imageRect.height() + 2 * iMargin);
-
+        /** @todo I need to find the default color somehow and replace hard coded Qt::white. */
         painter.fillRect(fillRect, Qt::white);
         painter.drawPixmap(imageRect, newPixmap, newPixmap.rect());
