Fixed the bug whereby PuTTYgen went into generation mode as soon as
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 22 Mar 2003 09:22:52 +0000 (09:22 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 22 Mar 2003 09:22:52 +0000 (09:22 +0000)
commita06a0632374ecf14aca3e0025a0a985f24fdaac4
tree7a00837be0a2d74475313a38c2d9aba36c1c7934
parentee10bc568f6fda7e253621d78c3b267a660dd52b
Fixed the bug whereby PuTTYgen went into generation mode as soon as
it started up. The problem was that I was accepting _any_ event on
IDC_GENERATE to trigger this, not just the `clicked' event, and some
uninteresting event like `initialise' must have occurred. Quite why
this only showed up as a result of the config box revamp I can't
imagine.

git-svn-id: svn://svn.tartarus.org/sgt/putty@2972 cda61777-01e9-0310-a592-d414129be87e
puttygen.c