Index: plugins/gettext/htmlim/htmlreader.cpp
===================================================================
--- plugins/gettext/htmlim/htmlreader.cpp	(revision 17748)
+++ plugins/gettext/htmlim/htmlreader.cpp	(working copy)
@@ -222,6 +222,8 @@
 				if (attrValue.indexOf("data:image") < 0)
 					imgline +=  " src: " + attrValue;
 				else
+                    // TODO: correctly emebed the image (just putting the source in the
+                    // text frame crashes scribus for big images; ale/20120808)
 					imgline +=  " src: embedded image";
 			}
 			if (attrs.localName(i) == "alt")
