Add a gui_name to the pocketbook driver

This commit is contained in:
Kovid Goyal 2019-04-08 11:26:07 +05:30
parent 55ff9d4a51
commit 811a1d3d1e
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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',