Added application/xhtml+xml to StyledEdits supported types.

This commit is contained in:
Humdinger 2014-06-29 19:30:22 +02:00
parent 0230e26b37
commit 0474722732

View File

@ -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"
};