From 231fffe1d4582263a430781e0a3435e444399abe Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Tue, 5 Oct 1999 08:54:17 +0000 Subject: [PATCH] AskString always set the dialog id to 257. Fixed. --- Mac/Lib/EasyDialogs.py | 1 - 1 file changed, 1 deletion(-) 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 -- 2.40.0