--- a/eric6/WebBrowser/Bookmarks/BookmarksImporters/XbelImporter.py Sun Apr 12 18:46:08 2020 +0200 +++ b/eric6/WebBrowser/Bookmarks/BookmarksImporters/XbelImporter.py Sun Apr 12 19:07:49 2020 +0200 @@ -32,7 +32,7 @@ from ..BookmarksManager import BookmarksManager bookmarksFile = BookmarksManager.getFileName() return ( - UI.PixmapCache.getPixmap("ericWeb48.png"), + UI.PixmapCache.getPixmap("ericWeb48"), "eric6 Web Browser", os.path.basename(bookmarksFile), QCoreApplication.translate( @@ -53,7 +53,7 @@ else: standardDir = "" return ( - UI.PixmapCache.getPixmap("konqueror.png"), + UI.PixmapCache.getPixmap("konqueror"), "Konqueror", "bookmarks.xml", QCoreApplication.translate( @@ -68,7 +68,7 @@ ) elif sourceId == "xbel": return ( - UI.PixmapCache.getPixmap("xbel.png"), + UI.PixmapCache.getPixmap("xbel"), "XBEL Bookmarks", QCoreApplication.translate( "XbelImporter", "XBEL Bookmarks") + " (*.xbel *.xml)",