Disable console window's close menu item.
authorIain Patterson <me@iain.cx>
Mon, 14 Apr 2014 18:25:38 +0000 (19:25 +0100)
committerIain Patterson <me@iain.cx>
Mon, 14 Apr 2014 18:25:38 +0000 (19:25 +0100)
commita8cb4778bd765c3e3294b18ffe035b5912812bf4
tree2f11807305bd5f5d858042f8c518dbef2444fe4f
parent620fc9f56975c9319a1b0e0be556e264ad1d485d
Disable console window's close menu item.

We can't trap Control-C in a service context but we can grey out the
close window button on the console window.  Doing so goes some way
toward preventing accidental closure.

Thanks Hadrien Kohl.
README.txt
console.cpp