--- a/eric6/WebBrowser/Bookmarks/BookmarksImporters/ChromeImporter.py Sun Apr 12 18:46:08 2020 +0200 +++ b/eric6/WebBrowser/Bookmarks/BookmarksImporters/ChromeImporter.py Sun Apr 12 19:07:49 2020 +0200 @@ -41,7 +41,7 @@ else: standardDir = os.path.expanduser("~/.config/google-chrome/Default") return ( - UI.PixmapCache.getPixmap("chrome.png"), + UI.PixmapCache.getPixmap("chrome"), "Google Chrome", "Bookmarks", QCoreApplication.translate( @@ -62,7 +62,7 @@ else: standardDir = os.path.expanduser("~/.config/chromium/Default") return ( - UI.PixmapCache.getPixmap("chromium.png"), + UI.PixmapCache.getPixmap("chromium"), "Chromium", "Bookmarks", QCoreApplication.translate(