From 03dca291aa01e362202ca16143d2818b37aba519 Mon Sep 17 00:00:00 2001 From: Jing LV Date: Fri, 19 Aug 2011 10:55:05 +0100 Subject: [PATCH] 7025938: Add bitmap mime type to content-types.properties Reviewed-by: chegar, alanb, michaelm --- jdk/src/solaris/lib/content-types.properties | 4 ++++ jdk/src/windows/lib/content-types.properties | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/jdk/src/solaris/lib/content-types.properties b/jdk/src/solaris/lib/content-types.properties index 2126b01188a..559de96f66a 100644 --- a/jdk/src/solaris/lib/content-types.properties +++ b/jdk/src/solaris/lib/content-types.properties @@ -225,6 +225,10 @@ image/png: \ icon=png;\ action=browser +image/bmp: \ + description=Bitmap Image;\ + file_extensions=.bmp; + text/html: \ description=HTML Document;\ file_extensions=.htm,.html;\ diff --git a/jdk/src/windows/lib/content-types.properties b/jdk/src/windows/lib/content-types.properties index 1cbfcbddb1f..89493525676 100644 --- a/jdk/src/windows/lib/content-types.properties +++ b/jdk/src/windows/lib/content-types.properties @@ -222,6 +222,10 @@ image/png: \ icon=png;\ action=browser +image/bmp: \ + description=Bitmap Image;\ + file_extensions=.bmp; + text/html: \ description=HTML Document;\ file_extensions=.htm,.html;\