]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - CHECKLST.txt
Use readonly edit controls in some Windows dialogs.
authorSimon Tatham <anakin@pobox.com>
Thu, 25 Feb 2016 20:42:00 +0000 (20:42 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 29 Feb 2016 19:59:35 +0000 (19:59 +0000)
commit4327fe71fe599e7a34d72541b792f5fcbb5614df
treef50629694134879d0da5bca02b741b72706c09c6
parent7a5d434e34519335107187f26bbd7674a0a31334
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.

(cherry picked from commit 2eb952ca31aa13d1f6f429305fbb6f43a9a28c56)

Conflicts:
windows/pageant.rc
windows/puttygen.rc
windows/win_res.rc2

(cherry-picker's notes: the conflict was just because several copies
of the licence text were deleted, and they weren't quite the same
between branches)
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