331 """ |
331 """ |
332 Public method to import bookmarks. |
332 Public method to import bookmarks. |
333 """ |
333 """ |
334 supportedFormats = [ |
334 supportedFormats = [ |
335 self.trUtf8("XBEL bookmarks") + " (*.xbel *.xml)", |
335 self.trUtf8("XBEL bookmarks") + " (*.xbel *.xml)", |
336 self.trUtf8("HTML Netscape bookmarks") + " (*.html)" |
336 self.trUtf8("HTML Netscape bookmarks") + " (*.html *.htm)" |
337 ] |
337 ] |
338 |
338 |
339 fileName = E5FileDialog.getOpenFileName( |
339 fileName = E5FileDialog.getOpenFileName( |
340 None, |
340 None, |
341 self.trUtf8("Import Bookmarks"), |
341 self.trUtf8("Import Bookmarks"), |