From 6fc69fa8c897a6bd72203ba325360cd247987d1e Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 23 Nov 2011 08:19:51 +0530 Subject: [PATCH] ... --- src/calibre/customize/profiles.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/calibre/customize/profiles.py b/src/calibre/customize/profiles.py index 077c41a1a8..8bb0e55f5e 100644 --- a/src/calibre/customize/profiles.py +++ b/src/calibre/customize/profiles.py @@ -757,6 +757,7 @@ output_profiles = [OutputProfile, SonyReaderOutput, SonyReader300Output, iPadOutput, KoboReaderOutput, TabletOutput, SamsungGalaxy, SonyReaderLandscapeOutput, KindleDXOutput, IlliadOutput, IRexDR1000Output, IRexDR800Output, JetBook5Output, NookOutput, - BambookOutput, NookColorOutput, PocketBook900Output, GenericEink, GenericEinkLarge] + BambookOutput, NookColorOutput, PocketBook900Output, GenericEink, + GenericEinkLarge, KindleFireOutput] output_profiles.sort(cmp=lambda x,y:cmp(x.name.lower(), y.name.lower()))