Changed some dialogs

This commit is contained in:
Manuel Cortez 2016-12-17 19:27:51 -06:00
parent b405aa46e0
commit 7425a888de

View File

@ -354,7 +354,7 @@ length: the maximum length for this text entry
delimiter: the delimiter between prompt and text delimiter: the delimiter between prompt and text
readonly: whether to accept new text readonly: whether to accept new text
""" """
def __init__(self, screen=None, base=None, y=0, x=0, history=[], prompt=u"input", default=u"", echo=None, maxLength=0, delimiter=u": ", readonly=0, action=""): def __init__(self, screen=None, base=None, y=0, x=0, history=[], prompt=u"input", default=u"", echo=True, maxLength=0, delimiter=u": ", readonly=0, action=""):
self.value = default self.value = default
self.done = 0 self.done = 0
self.base = base self.base = base