Write canonical AppExit string.
authorIain Patterson <me@iain.cx>
Fri, 10 Jan 2014 23:27:54 +0000 (23:27 +0000)
committerIain Patterson <me@iain.cx>
Fri, 10 Jan 2014 23:27:54 +0000 (23:27 +0000)
commitb197ffd8aebfd6597466f2f537f0a13d1013263a
treeceb5b1d007565b95b4258430733c021b22bb6f64
parentbf6fbeb0064d2e33f57ae30a1a37a01b46d37e6c
Write canonical AppExit string.

If the user ran "nssm set <servicename> AppExit Default exit" the
default value of AppExit would be set verbatim to "exit" which is in
contrast the documented value "Exit" with normal capitalisation.

There's no harm to that fact, as AppExit is retrieved case-insensitively
but it was nonetheless not working as intended.
settings.cpp