Fix #975518 (add plugin to calibre)

This commit is contained in:
Kovid Goyal 2012-04-07 10:22:46 +05:30
parent b7955aa9cb
commit efc7bb05e7

View File

@ -57,7 +57,8 @@ class PICO(NEWSMY):
gui_name = 'Pico' gui_name = 'Pico'
description = _('Communicate with the Pico reader.') description = _('Communicate with the Pico reader.')
WINDOWS_MAIN_MEM = 'USBDISK__USER' VENDOR_NAME = ['TECLAST', 'IMAGIN', 'LASER-']
WINDOWS_MAIN_MEM = ['USBDISK__USER', 'EB720']
EBOOK_DIR_MAIN = 'Books' EBOOK_DIR_MAIN = 'Books'
FORMATS = ['EPUB', 'FB2', 'TXT', 'LRC', 'PDB', 'PDF', 'HTML', 'WTXT'] FORMATS = ['EPUB', 'FB2', 'TXT', 'LRC', 'PDB', 'PDF', 'HTML', 'WTXT']