summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrançois Revel <mmu_man@netsurf-browser.org>2008-10-07 01:36:11 +0000
committerFrançois Revel <mmu_man@netsurf-browser.org>2008-10-07 01:36:11 +0000
commit493fb9ed87ddb038df641fd5ed23701d6edf1895 (patch)
tree15e88b69182c2da9f2b59d8625345427832a7437
parent21f541fdefcb92cc832ed094ec0c19d4508b3980 (diff)
downloadnetsurf-493fb9ed87ddb038df641fd5ed23701d6edf1895.tar.gz
netsurf-493fb9ed87ddb038df641fd5ed23701d6edf1895.tar.bz2
Fix app signature for Haiku's StyledEdit.
svn path=/trunk/netsurf/; revision=5504
-rw-r--r--beos/beos_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/beos/beos_gui.cpp b/beos/beos_gui.cpp
index a21c021b5..0e05235a6 100644
--- a/beos/beos_gui.cpp
+++ b/beos/beos_gui.cpp
@@ -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