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:
parent
1f8cd31c70
commit
6199266476
@ -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"
|
||||
|
@ -14,3 +14,5 @@ resource(4, "META:EXTENS") message(234) {
|
||||
"type" = "audio/ogg"
|
||||
};
|
||||
|
||||
resource(5, "META:SNIFF_RULE") "0.50 (\"OggS\")";
|
||||
|
||||
|
12
src/data/beos_mime/text/css
Normal file
12
src/data/beos_mime/text/css
Normal 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"
|
||||
};
|
||||
|
14
src/data/beos_mime/text/csv
Normal file
14
src/data/beos_mime/text/csv
Normal 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"
|
||||
};
|
||||
|
13
src/data/beos_mime/video/3gpp
Normal file
13
src/data/beos_mime/video/3gpp
Normal 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"
|
||||
};
|
||||
|
13
src/data/beos_mime/video/3gpp2
Normal file
13
src/data/beos_mime/video/3gpp2
Normal 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"
|
||||
};
|
||||
|
@ -12,3 +12,5 @@ resource(4, "META:EXTENS") message(234) {
|
||||
"type" = "video/ogg"
|
||||
};
|
||||
|
||||
resource(5, "META:SNIFF_RULE") "0.50 (\"OggS\")";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user