Kaydet (Commit) 231fffe1 authored tarafından Jack Jansen's avatar Jack Jansen

AskString always set the dialog id to 257. Fixed.

üst a5a24b76
......@@ -72,7 +72,6 @@ def AskString(prompt, default = "", id=257, ok=None, cancel=None):
can be at most 255 characters long.
"""
id = 257
d = GetNewDialog(id, -1)
if not d:
print "Can't get DLOG resource with id =", id
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment