]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Make sure Escape terminates the About box.
authorSimon Tatham <anakin@pobox.com>
Sat, 26 Sep 2015 13:09:27 +0000 (14:09 +0100)
committerSimon Tatham <anakin@pobox.com>
Sat, 26 Sep 2015 13:09:27 +0000 (14:09 +0100)
commit10d3b73d339a177f9fba680bc9aae70c77d2a3bb
tree07c8a45735045ab97cb4a07e263190892dd1c9ee
parent612534a4b42aacdc35a9b786915156f558ef359a
Make sure Escape terminates the About box.

I think it only did so in GTK2 by virtue of the About box being a
GtkDialog. But in GTK3 I've abandoned GtkDialog for not being flexible
enough, so I have to process the Escape key myself.
unix/gtkdlg.c