Some typos in editor due to changes to how msg() works in wclient branch.

This commit is contained in:
Griatch 2016-04-16 22:32:10 +02:00
parent c3bb30c46f
commit 3b8142201d

View file

@ -750,7 +750,7 @@ class EvEditor(object):
else:
main = "\n".join(lines)
string = "%s\n%s\n%s" % (header, main, footer)
self._caller.msg(string, options={"raw":raw})
self._caller.msg(string, options=options)
def display_help(self):
"""