mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Add a gui_name to the pocketbook driver
This commit is contained in:
parent
55ff9d4a51
commit
811a1d3d1e
@ -401,6 +401,7 @@ class POCKETBOOK701(USBMS):
|
||||
class POCKETBOOK740(USBMS):
|
||||
|
||||
name = 'PocketBook 701 Device Interface'
|
||||
gui_name = 'PocketBook'
|
||||
description = _('Communicate with the PocketBook 740')
|
||||
supported_platforms = ['windows', 'osx', 'linux']
|
||||
FORMATS = ['epub', 'fb2', 'prc', 'mobi', 'pdf', 'djvu', 'rtf', 'chm',
|
||||
|
Loading…
x
Reference in New Issue
Block a user