This commit is contained in:
Kovid Goyal 2010-11-28 20:42:08 -07:00
parent 72546cc9d4
commit bd9ab0808e

View File

@ -684,7 +684,7 @@ class NookColorOutput(NookOutput):
description = _('This profile is intended for the B&N Nook Color.') description = _('This profile is intended for the B&N Nook Color.')
screen_size = (600, 900) screen_size = (600, 900)
comic_screen_size = (584, 900) comic_screen_size = (594, 900)
dpi = 169 dpi = 169
class BambookOutput(OutputProfile): class BambookOutput(OutputProfile):