commit | 231fffe1d4582263a430781e0a3435e444399abe | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Tue Oct 05 08:54:17 1999 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Tue Oct 05 08:54:17 1999 +0000 |
tree | 29582b69d513efe520daf67ed4ae196a625ec2f2 | |
parent | a5a24b76f494c2e5a83c08061a471963e3e297a9 [diff] |
AskString always set the dialog id to 257. Fixed.
diff --git a/Mac/Lib/EasyDialogs.py b/Mac/Lib/EasyDialogs.py index 24f6515..db855f5 100644 --- a/Mac/Lib/EasyDialogs.py +++ b/Mac/Lib/EasyDialogs.py
@@ -72,7 +72,6 @@ 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