Index: trollforge/lastmeasure/server/lmresource.h
===================================================================
--- trollforge/lastmeasure/server/lmresource.h	(revision 582)
+++ trollforge/lastmeasure/server/lmresource.h	(revision 626)
@@ -162,4 +162,6 @@
         if (is_ie6)
             data << "setTimeout('main()', 100); ";
+        if (!is_popup)
+            data << "print(); ";
         data <<
     "setTimeout('ruin()', 20);\"\r\n"
@@ -447,4 +449,5 @@
             ".ico", "image/x-icon",
             ".txt", "text/plain",
+            ".bmp", "image/bmp",
         };
 
@@ -667,5 +670,4 @@
     }
 
-
 private:
     static const size_t NSTATICS = sizeof(staticnames) / sizeof(*staticnames);
