1
0
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:
Simon Tatham 2000-10-06 12:31:54 +00:00
parent 91ca2edb40
commit bbe7ece71f

View File

@ -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 */