Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu@tomeuvizoso.net>2008-01-16 17:06:49 (GMT)
committer Tomeu Vizoso <tomeu@tomeuvizoso.net>2008-01-16 17:21:14 (GMT)
commitdae4912109de2001f9924feb536b61f181dd9e9f (patch)
tree69d7dde749d4cb18c816df62294237ed574b7783
parent4364c3b4a3ea97815b9159d07bada8e2c1030026 (diff)
#4781: Add mime types for some audio and video types.
-rw-r--r--src/sugar/mime.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sugar/mime.py b/src/sugar/mime.py
index fd79ad8..a7b3eea 100644
--- a/src/sugar/mime.py
+++ b/src/sugar/mime.py
@@ -41,12 +41,12 @@ _generic_types = [
{ 'id' : 'Audio',
'name' : _('Audio'),
'icon' : 'audio-x-generic',
- 'types' : ['audio/ogg', 'audio/x-wav', 'audio/wav']
+ 'types' : ['audio/ogg', 'audio/x-wav', 'audio/wav', 'audio/x-vorbis+ogg']
},
{ 'id' : 'Video',
'name' : _('Video'),
'icon' : 'video-x-generic',
- 'types' : ['video/ogg', 'application/ogg']
+ 'types' : ['video/ogg', 'application/ogg', 'video/x-theora+ogg']
},
{ 'id' : 'Link',
'name' : _('Link'),