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