Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--toolbar.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/toolbar.py b/toolbar.py
index e1d4b63..e610806 100644
--- a/toolbar.py
+++ b/toolbar.py
@@ -58,7 +58,8 @@ class WriteActivityToolbarExtension:
# file mime type, abiword exporter properties, drop down name, journal entry postfix
_EXPORT_FORMATS = [['application/rtf', _('Rich Text (RTF)'), _('RTF'), ""],
['text/html', _('Hypertext (HTML)'), _('HTML'), "html4:yes; declare-xml:no; embed-css:yes; embed-images:yes;"],
- ['text/plain', _('Plain Text (TXT)'), _('TXT'), ""]]
+ ['text/plain', _('Plain Text (TXT)'), _('TXT'), ""],
+ ['application/pdf',_('Portable Document Format (PDF)'),_('PDF'),'']]
def __init__(self, activity, toolbox, abiword_canvas):