]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
The "Select Destination Directory" dialog didn't ask for confirmation
authorTim Peters <tim.peters@gmail.com>
Wed, 1 Aug 2001 03:29:59 +0000 (03:29 +0000)
committerTim Peters <tim.peters@gmail.com>
Wed, 1 Aug 2001 03:29:59 +0000 (03:29 +0000)
commit4951a980ad5195ff951f6370f2fbe5efc05041b5
tree8aa84311b262fd87a0e95395b6a8125b88472edf
parent1f7862ec56d0498fee5e92e2913136e78adbf6a8
The "Select Destination Directory" dialog didn't ask for confirmation
about installing into a pre-existing directory *unless* you hit the
Browse button first.  At least while testing, this screwed me repeatedly.
Plus I really liked the Inno Setup scheme of giving you a list box in
its "select directory" dialog without needing a distinct browse button
to ask for that.

So I redid this dialog from scratch:  now gives a list box at once, the
browse button is gone, it asks for confirmation if the directory already
exists, and, since this is the first dialog in the set now, also removed
its "Back" button.
PCbuild/python20.wse