mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 01:48:00 +00:00
Re-enable copying the Event Log. (rev 1.39 [r661] accidentally disabled it)
[originally from svn r680]
[r661 == 7fc8ef792f
]
This commit is contained in:
parent
91ca2edb40
commit
bbe7ece71f
@ -51,14 +51,15 @@ BEGIN
|
||||
PUSHBUTTON "&Cancel", IDCANCEL, 133, 199, 44, 14
|
||||
END
|
||||
|
||||
/* Accelerators used: c */
|
||||
IDD_LOGBOX DIALOG DISCARDABLE 100, 20, 160, 119
|
||||
/* Accelerators used: co */
|
||||
IDD_LOGBOX DIALOG DISCARDABLE 100, 20, 260, 119
|
||||
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "PuTTY Event Log"
|
||||
FONT 8, "MS Sans Serif"
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "&Close", IDOK, 58, 102, 44, 14
|
||||
LISTBOX IDN_LIST, 3, 3, 154, 95, LBS_HASSTRINGS | LBS_USETABSTOPS | WS_VSCROLL
|
||||
DEFPUSHBUTTON "&Close", IDOK, 135, 102, 44, 14
|
||||
PUSHBUTTON "C&opy", IDN_COPY, 81, 102, 44, 14
|
||||
LISTBOX IDN_LIST, 3, 3, 254, 95, LBS_HASSTRINGS | LBS_USETABSTOPS | WS_VSCROLL | LBS_EXTENDEDSEL
|
||||
END
|
||||
|
||||
/* No accelerators used */
|
||||
|
Loading…
Reference in New Issue
Block a user