Android driver: Send books to Aldiko in preference to WordPlayer by default

This commit is contained in:
Kovid Goyal 2010-08-14 22:34:08 -06:00
parent 0a78354bd5
commit a81bb5737a

View File

@ -46,7 +46,7 @@ class ANDROID(USBMS):
# Eken? # Eken?
0x040d : { 0x0851 : [0x0001]}, 0x040d : { 0x0851 : [0x0001]},
} }
EBOOK_DIR_MAIN = ['wordplayer/calibretransfer', 'eBooks/import', 'Books'] EBOOK_DIR_MAIN = ['eBooks/import', 'wordplayer/calibretransfer', 'Books']
EXTRA_CUSTOMIZATION_MESSAGE = _('Comma separated list of directories to ' EXTRA_CUSTOMIZATION_MESSAGE = _('Comma separated list of directories to '
'send e-books to on the device. The first one that exists will ' 'send e-books to on the device. The first one that exists will '
'be used') 'be used')