367 Public method to export the bookmarks. |
367 Public method to export the bookmarks. |
368 """ |
368 """ |
369 fileName, selectedFilter = E5FileDialog.getSaveFileNameAndFilter( |
369 fileName, selectedFilter = E5FileDialog.getSaveFileNameAndFilter( |
370 None, |
370 None, |
371 self.tr("Export Bookmarks"), |
371 self.tr("Export Bookmarks"), |
372 "eric5_bookmarks.xbel", |
372 "eric6_bookmarks.xbel", |
373 self.tr("XBEL bookmarks (*.xbel);;" |
373 self.tr("XBEL bookmarks (*.xbel);;" |
374 "XBEL bookmarks (*.xml);;" |
374 "XBEL bookmarks (*.xml);;" |
375 "HTML Bookmarks (*.html)")) |
375 "HTML Bookmarks (*.html)")) |
376 if not fileName: |
376 if not fileName: |
377 return |
377 return |