From 735a9c460fd30ba7f3a0413046fd55c26b6cc29b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Thu, 22 Jun 2006 12:42:02 +0000 Subject: [PATCH] "text" super type still pointed to the old "obos" StyledEdit signature. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17908 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/data/beos_mime/text.super | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/beos_mime/text.super b/src/data/beos_mime/text.super index ec26aa568c..8784886d50 100644 --- a/src/data/beos_mime/text.super +++ b/src/data/beos_mime/text.super @@ -3,4 +3,4 @@ resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime"; resource(1, "META:TYPE") "text"; -resource(2, "META:PREF_APP") #'MSIG' "application/x-vnd.obos.styled-edit"; +resource(2, "META:PREF_APP") #'MSIG' "application/x-vnd.haiku.styled-edit";