This commit is contained in:
Kovid Goyal 2010-12-20 21:24:34 -07:00
parent 0968eef894
commit f5eaa0034d

View file

@ -127,6 +127,7 @@ def __init__(self, parent=None):
(_('Heading') +' 5', 'h5'),
(_('Heading') +' 6', 'h6'),
(_('Pre-formatted'), 'pre'),
(_('Blockquote'), 'blockquote'),
(_('Address'), 'address'),
]:
ac = BlockStyleAction(text, name, self)