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""" |