eric6/WebBrowser/Bookmarks/BookmarksImporters/OperaImporter.py

changeset 7533
88261c96484b
parent 7360
9190402e4505
child 7781
607a6098cb44
equal deleted inserted replaced
7532:1358e9d67a1c 7533:88261c96484b
36 standardDir = os.path.expanduser( 36 standardDir = os.path.expanduser(
37 "~/Library/Opera") 37 "~/Library/Opera")
38 else: 38 else:
39 standardDir = os.path.expanduser("~/.opera") 39 standardDir = os.path.expanduser("~/.opera")
40 return ( 40 return (
41 UI.PixmapCache.getPixmap("opera.png"), 41 UI.PixmapCache.getPixmap("opera"),
42 "Opera", 42 "Opera",
43 "bookmarks.adr", 43 "bookmarks.adr",
44 QCoreApplication.translate( 44 QCoreApplication.translate(
45 "OperaImporter", 45 "OperaImporter",
46 """Opera stores its bookmarks in the <b>bookmarks.adr</b> """ 46 """Opera stores its bookmarks in the <b>bookmarks.adr</b> """

eric ide

mercurial