From 8c350fb8cb2f5792fd63f8fc38cbac4dfc00249b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 4 Aug 2009 10:37:23 -0600 Subject: [PATCH] IGN:Add RTF to list of supported formats on BeBook --- src/calibre/devices/bebook/driver.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/devices/bebook/driver.py b/src/calibre/devices/bebook/driver.py index 5aba34e879..1542346955 100644 --- a/src/calibre/devices/bebook/driver.py +++ b/src/calibre/devices/bebook/driver.py @@ -20,7 +20,7 @@ class BEBOOK(USBMS): supported_platforms = ['windows', 'osx', 'linux'] # Ordered list of supported formats - FORMATS = ['mobi', 'epub', 'pdf', 'txt'] + FORMATS = ['mobi', 'epub', 'pdf', 'rtf', 'txt'] VENDOR_ID = [0x0525] PRODUCT_ID = [0x8803, 0x6803]