summaryrefslogtreecommitdiffstats
path: root/Mac/scripts/MkDistr_ui.py
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1997-05-23 15:41:15 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1997-05-23 15:41:15 (GMT)
commit6f69c504f1303168c4629ce416ea6a65b764dca3 (patch)
tree1fcc25c5e956ddcaf7c7d3c3743a377d9d2bca01 /Mac/scripts/MkDistr_ui.py
parent525819017efa17640f4569c1abd3f0444d4b2a09 (diff)
downloadcpython-6f69c504f1303168c4629ce416ea6a65b764dca3.zip
cpython-6f69c504f1303168c4629ce416ea6a65b764dca3.tar.gz
cpython-6f69c504f1303168c4629ce416ea6a65b764dca3.tar.bz2
Nothing important
Diffstat (limited to 'Mac/scripts/MkDistr_ui.py')
-rw-r--r--Mac/scripts/MkDistr_ui.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mac/scripts/MkDistr_ui.py b/Mac/scripts/MkDistr_ui.py
index 6ca788c..6c9f0f6 100644
--- a/Mac/scripts/MkDistr_ui.py
+++ b/Mac/scripts/MkDistr_ui.py
@@ -183,8 +183,8 @@ class MainListWindow(ListWindow):
if item == MAIN_LIST:
self.do_listhit(event)
if item == MAIN_MKDISTR:
-## XXXX This somehow stopped working...
-## fss, ok = macfs.StandardPutFile('Destination folder:')
+## XXXX Why doesn't this work??!?!?
+## fss, ok = macfs.StandardPutFile('Destination folder?')
## if not ok:
## return
## dest = fss.as_pathname()