~ubuntu-branches/debian/stretch/bibus/stretch

« back to all changes in this revision

Viewing changes to OOo.py

  • Committer: Package Import Robot
  • Author(s): Jan Beyer
  • Date: 2014-09-02 21:54:07 UTC
  • mfrom: (4.1.9 sid)
  • Revision ID: package-import@ubuntu.com-20140902215407-0002tj24epm8y6u8
Tags: 1.5.2-4
* Add a patch for compatibility with python-wxgtk3.0 (Closes: #758943)
  - Reworked patching bibOOo/bibOOoBase.py as separate patch
* Standards-Version 3.9.5 (no changes needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
                                self.saveDoc()
104
104
                                self.finalize()
105
105
                        except bibOOo_IOError:
106
 
                                url = wx.FileSelector('Save as...',default_extension='odt',wildcard="%s (*.odt)|*.odt|%s (*.sxw)|*.sxw|%s (*.*)|*.*"%(_("OpenDocument Text"),_("OpenOffice.org Text Document"),  _("All files")),flags=wx.SAVE|wx.OVERWRITE_PROMPT)
 
106
                                url = wx.FileSelector('Save as...',default_extension='odt',wildcard="%s (*.odt)|*.odt|%s (*.sxw)|*.sxw|%s (*.*)|*.*"%(_("OpenDocument Text"),_("OpenOffice.org Text Document"),  _("All files")),flags=wx.FD_SAVE|wx.FD_OVERWRITE_PROMPT)
107
107
                                if url == '':
108
108
                                        return
109
109
                                else: