Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src
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:06:49 (GMT)
commit7e00a1d2aec1e08625e8a204deb594a1a0fe27e8 (patch)
treeaf9130037e7741e6c2680f40820c89af63cff18c /src
parentb85c73303f200ec30c3b6b0047621d3fd43f2f7b (diff)
#4781: Add mime types for some audio and video types.
Diffstat (limited to 'src')
-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'),