From 8e8c9af16afd56f5e7804de7de46051563e41f94 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 26 May 2010 11:44:38 -0600 Subject: [PATCH] Accomodate 505 users in the welcome wizard --- src/calibre/gui2/wizard/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/calibre/gui2/wizard/__init__.py b/src/calibre/gui2/wizard/__init__.py index 449d917ea1..1fc57e8f4e 100644 --- a/src/calibre/gui2/wizard/__init__.py +++ b/src/calibre/gui2/wizard/__init__.py @@ -81,7 +81,7 @@ class KindleDX(Kindle): class Sony505(Device): output_profile = 'sony' - name = 'SONY Reader 6" and Touch Editions' + name = 'All other SONY devices' output_format = 'EPUB' manufacturer = 'SONY' id = 'prs505'