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