22 @return list of tuples with an icon (QIcon), readable name (string) and |
22 @return list of tuples with an icon (QIcon), readable name (string) and |
23 internal name (string) |
23 internal name (string) |
24 """ |
24 """ |
25 importers = [] |
25 importers = [] |
26 importers.append( |
26 importers.append( |
27 (UI.PixmapCache.getIcon("ericWeb48.png"), "eric5 Web Browser", |
27 (UI.PixmapCache.getIcon("ericWeb48.png"), "eric6 Web Browser", |
28 "e5browser")) |
28 "e5browser")) |
29 importers.append( |
29 importers.append( |
30 (UI.PixmapCache.getIcon("firefox.png"), "Mozilla Firefox", "firefox")) |
30 (UI.PixmapCache.getIcon("firefox.png"), "Mozilla Firefox", "firefox")) |
31 importers.append( |
31 importers.append( |
32 (UI.PixmapCache.getIcon("chrome.png"), "Google Chrome", "chrome")) |
32 (UI.PixmapCache.getIcon("chrome.png"), "Google Chrome", "chrome")) |