Add application/vnd.oasis.opendocument.text mime to the Text type.
This commit is contained in:
parent
408b601c0e
commit
eab0e41d08
@ -31,7 +31,8 @@ class ObjectTypeRegistry(dbus.service.Object):
|
||||
from gettext import gettext as _
|
||||
self._add_primitive('Text', _('Text'), 'theme:object-text',
|
||||
[ 'text/plain', 'text/rtf', 'application/pdf',
|
||||
'application/x-pdf', 'text/html' ])
|
||||
'application/x-pdf', 'text/html',
|
||||
'application/vnd.oasis.opendocument.text' ])
|
||||
self._add_primitive('Image', _('Image'), 'theme:object-image',
|
||||
[ 'image/png', 'image/gif', 'image/jpeg' ])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user