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 @@ class EditorWidget(QWebView): # {{{
(_('Heading') +' 5', 'h5'),
(_('Heading') +' 6', 'h6'),
(_('Pre-formatted'), 'pre'),
(_('Blockquote'), 'blockquote'),
(_('Address'), 'address'),
]:
ac = BlockStyleAction(text, name, self)