eric6/WebBrowser/Bookmarks/BookmarksImporters/ChromeImporter.py

changeset 7533
88261c96484b
parent 7360
9190402e4505
child 7781
607a6098cb44
--- 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(

eric ide

mercurial