eric6/WebBrowser/Bookmarks/BookmarksImporters/XbelImporter.py

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

eric ide

mercurial