]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Use readonly edit controls in some Windows dialogs.
authorSimon Tatham <anakin@pobox.com>
Tue, 22 Dec 2015 10:18:48 +0000 (10:18 +0000)
committerSimon Tatham <anakin@pobox.com>
Tue, 22 Dec 2015 13:32:39 +0000 (13:32 +0000)
commit2eb952ca31aa13d1f6f429305fbb6f43a9a28c56
treee95fdf1389ab7b349e86fc77b0aec28a96a9784f
parent21101c7397e460933635a7bfed813864fc4f88fe
Use readonly edit controls in some Windows dialogs.

This makes the About and Licence boxes copy-and-pasteable, similarly
to what I've just done on Unix.

(But unlike on the Unix side, here I haven't touched the host key
prompt dialog, because that's a standard Windows MessageBox and not
easy to mess around with. Plus, in any case, you can already hit ^C to
copy the whole text out of a MessageBox. Same goes for the PGP
fingerprints dialog.)

As a side effect, several copies of the copyright notice and licence
text have moved from .rc files into C source. I've updated
CHECKLST.txt, but they won't stay there for long.
CHECKLST.txt
windows/pageant.rc
windows/puttygen.rc
windows/win_res.h
windows/win_res.rc2
windows/windlg.c
windows/winpgen.c
windows/winpgnt.c