Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/widgets.py
diff options
context:
space:
mode:
Diffstat (limited to 'widgets.py')
-rw-r--r--widgets.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/widgets.py b/widgets.py
index ecdaf19..c31a2ed 100644
--- a/widgets.py
+++ b/widgets.py
@@ -167,7 +167,12 @@ class ExportButton(ToolButton):
{'mime_type' : 'text/plain',
'title' : _('Plain Text (TXT)'),
'jpostfix' : _('TXT'),
- 'exp_props' : ''}]
+ 'exp_props' : ''},
+
+ {'mime_type': 'application/pdf',
+ 'title': _('Portable Document Format (PDF)'),
+ 'jpostfix': _('PDF'),
+ 'exp_props': ''}]
def __init__(self, activity, abi):
ToolButton.__init__(self, 'document-save')