mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 15:29:45 +03:00
Fix app signature for Haiku's StyledEdit.
svn path=/trunk/netsurf/; revision=5504
This commit is contained in:
parent
21f541fdef
commit
493fb9ed87
@ -857,7 +857,7 @@ void nsbeos_gui_view_source(struct content *content)
|
||||
const char *editorSigs[] = {
|
||||
"application/x-vnd.beunited.pe",
|
||||
"application/x-vnd.XEmacs",
|
||||
"application/x-vnd.Haiku-STEE",
|
||||
"application/x-vnd.Haiku-StyledEdit",
|
||||
"application/x-vnd.Be-STEE",
|
||||
"application/x-vnd.yT-STEE",
|
||||
NULL
|
||||
|
Loading…
Reference in New Issue
Block a user