388 Public method to export the bookmarks. |
388 Public method to export the bookmarks. |
389 """ |
389 """ |
390 fileName, selectedFilter = E5FileDialog.getSaveFileNameAndFilter( |
390 fileName, selectedFilter = E5FileDialog.getSaveFileNameAndFilter( |
391 None, |
391 None, |
392 self.tr("Export Bookmarks"), |
392 self.tr("Export Bookmarks"), |
393 "eric6_bookmarks.xbel", |
393 "eric7_bookmarks.xbel", |
394 self.tr("XBEL bookmarks (*.xbel);;" |
394 self.tr("XBEL bookmarks (*.xbel);;" |
395 "XBEL bookmarks (*.xml);;" |
395 "XBEL bookmarks (*.xml);;" |
396 "HTML Bookmarks (*.html)")) |
396 "HTML Bookmarks (*.html)")) |
397 if not fileName: |
397 if not fileName: |
398 return |
398 return |