From 047472273257c45b2a04e51d2d4b86591c3a219e Mon Sep 17 00:00:00 2001 From: Humdinger Date: Sun, 29 Jun 2014 19:30:22 +0200 Subject: [PATCH] Added application/xhtml+xml to StyledEdits supported types. --- src/apps/stylededit/StyledEdit.rdef | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apps/stylededit/StyledEdit.rdef b/src/apps/stylededit/StyledEdit.rdef index eb7f112592..6f3be3c352 100644 --- a/src/apps/stylededit/StyledEdit.rdef +++ b/src/apps/stylededit/StyledEdit.rdef @@ -18,6 +18,7 @@ resource app_version { resource app_flags B_SINGLE_LAUNCH; resource file_types message { + "types" = "application/xhtml+xml", "types" = "text/plain", "types" = "text" };