Patch by Fredrik Ekdahl, slightly modified. Added Fredrik to list of Contributors.

+alphabranch

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32677 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jonas Sundström 2009-08-25 22:05:47 +00:00
parent 1f8cd31c70
commit 6199266476
7 changed files with 57 additions and 0 deletions

View File

@ -790,6 +790,7 @@ AboutView::_CreateCreditsView()
"David Dengg\n"
"John Drinkwater\n"
"Cian Duffy\n"
"Fredrik Ekdahl\n"
"Mark Erben\n"
"Christian Fasshauer\n"
"Andreas Färber\n"

View File

@ -14,3 +14,5 @@ resource(4, "META:EXTENS") message(234) {
"type" = "audio/ogg"
};
resource(5, "META:SNIFF_RULE") "0.50 (\"OggS\")";

View File

@ -0,0 +1,12 @@
resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
resource(1, "META:TYPE") "text/css";
resource(2, "META:S:DESC") #'MSDC' "Cascading Style Sheet";
resource(3, "META:EXTENS") message(234) {
"extensions" = "css",
"type" = "text/css"
};

View File

@ -0,0 +1,14 @@
resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
resource(1, "META:TYPE") "text/csv";
resource(2, "META:S:DESC") #'MSDC' "CSV Text File";
resource(3, "META:L:DESC") #'MLDC' "Comma-Separated Values Text File";
resource(4, "META:EXTENS") message(234) {
"extensions" = "csv",
"type" = "text/csv"
};

View File

@ -0,0 +1,13 @@
resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
resource(1, "META:TYPE") "video/3gpp";
resource(2, "META:S:DESC") #'MSDC' "3GPP Multimedia File";
resource(3, "META:EXTENS") message(234) {
"extensions" = "3gp",
"extensions" = "3gpp",
"type" = "video/3gpp"
};

View File

@ -0,0 +1,13 @@
resource(0, "BEOS:TYPE") #'MIMS' "application/x-vnd.Be-meta-mime";
resource(1, "META:TYPE") "video/3gpp2";
resource(2, "META:S:DESC") #'MSDC' "3GPP2 Multimedia File";
resource(3, "META:EXTENS") message(234) {
"extensions" = "3g2",
"extensions" = "3gpp2",
"type" = "video/3gpp2"
};

View File

@ -12,3 +12,5 @@ resource(4, "META:EXTENS") message(234) {
"type" = "video/ogg"
};
resource(5, "META:SNIFF_RULE") "0.50 (\"OggS\")";