Ticket #1458: pdfwrite.patch

File pdfwrite.patch, 853 bytes (added by iwikiwi, 15 years ago)

Patch for this enhancement.

  • /home/iwikiwi/sugar-jhbuild/

    old new  
    167167                       {'mime_type' : 'text/plain',
    168168                        'title'     : _('Plain Text (TXT)'),
    169169                        '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': ''}]
    171176
    172177    def __init__(self, activity, abi):
    173178        ToolButton.__init__(self, 'document-save')