Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity
diff options
context:
space:
mode:
authorRafael Ortiz <rafael@activitycentral.com>2011-05-21 01:32:59 (GMT)
committer Sascha Silbe <sascha-pgp@silbe.org>2011-05-21 11:48:35 (GMT)
commit7964449b0be7f941a533013b558a404db7873398 (patch)
tree3033f908381d587c05f3038c49b024d377ec2b52 /activity
parent074ea20c75eb9094cd0ea3bcd465d93d8b8413a5 (diff)
Indicate support for opening SVGs (see SL#1772)
While ImageViewer may be the preferred activity for opening SVGs, Browse can display them quite fine and already supports View Source for them. So let's give the user a choice. [adjusted description] Signed-off-by: Sascha Silbe <silbe@activitycentral.com> Acked-by: Sascha Silbe <silbe@activitycentral.com>
Diffstat (limited to 'activity')
-rw-r--r--activity/activity.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/activity/activity.info b/activity/activity.info
index 4af11f7..1d67fe0 100644
--- a/activity/activity.info
+++ b/activity/activity.info
@@ -4,5 +4,5 @@ activity_version = 119
bundle_id = org.laptop.WebActivity
icon = activity-web
exec = sugar-activity webactivity.WebActivity -s
-mime_types = image/png;image/gif;image/jpeg;text/html;text/uri-list;application/xhtml+xml;application/rss+xml;application/xml;text/css;application/ogg;audio/x-wav;audio/ogg;video/ogg;audio/x-vorbis+ogg;audio/x-flac+ogg;audio/x-speex+ogg;video/x-theora+ogg;video/x-ogm+ogg
+mime_types = image/png;image/gif;image/jpeg;text/html;text/uri-list;application/xhtml+xml;application/rss+xml;application/xml;text/css;application/ogg;audio/x-wav;audio/ogg;video/ogg;audio/x-vorbis+ogg;audio/x-flac+ogg;audio/x-speex+ogg;video/x-theora+ogg;video/x-ogm+ogg;image/svg+xml
license = GPLv2+