From: Jack Jansen Date: Tue, 5 Oct 1999 08:54:17 +0000 (+0000) Subject: AskString always set the dialog id to 257. Fixed. X-Git-Tag: v1.6a1~835 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=231fffe1d4582263a430781e0a3435e444399abe;p=python AskString always set the dialog id to 257. Fixed. --- diff --git a/Mac/Lib/EasyDialogs.py b/Mac/Lib/EasyDialogs.py index 24f65157b9..db855f58d6 100644 --- a/Mac/Lib/EasyDialogs.py +++ b/Mac/Lib/EasyDialogs.py @@ -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