eric6/WebBrowser/Bookmarks/BookmarksImporters/IExplorerImporter.py

changeset 7533
88261c96484b
parent 7360
9190402e4505
child 7781
607a6098cb44
equal deleted inserted replaced
7532:1358e9d67a1c 7533:88261c96484b
34 standardDir = os.path.expandvars( 34 standardDir = os.path.expandvars(
35 "%USERPROFILE%\\Favorites") 35 "%USERPROFILE%\\Favorites")
36 else: 36 else:
37 standardDir = "" 37 standardDir = ""
38 return ( 38 return (
39 UI.PixmapCache.getPixmap("internet_explorer.png"), 39 UI.PixmapCache.getPixmap("internet_explorer"),
40 "Internet Explorer", 40 "Internet Explorer",
41 "", 41 "",
42 QCoreApplication.translate( 42 QCoreApplication.translate(
43 "IExplorerImporter", 43 "IExplorerImporter",
44 """Internet Explorer stores its bookmarks in the""" 44 """Internet Explorer stores its bookmarks in the"""

eric ide

mercurial