Ticket #1458: pdfwrite.patch
File pdfwrite.patch, 853 bytes (added by iwikiwi, 13 years ago) |
---|
-
/home/iwikiwi/sugar-jhbuild/
old new 167 167 {'mime_type' : 'text/plain', 168 168 'title' : _('Plain Text (TXT)'), 169 169 'jpostfix' : _('TXT'), 170 'exp_props' : ''}] 170 'exp_props' : ''}, 171 #fix to export to pdf 172 {'mime_type': 'application/pdf', 173 'title' : _('Portable Document Format (PDF)'), 174 'jpostfix' : _('PDF'), 175 'exp_props': ''}] 171 176 172 177 def __init__(self, activity, abi): 173 178 ToolButton.__init__(self, 'document-save')