Display canonical service name.
authorIain Patterson <me@iain.cx>
Thu, 26 Dec 2013 19:28:56 +0000 (19:28 +0000)
committerIain Patterson <me@iain.cx>
Fri, 27 Dec 2013 11:12:44 +0000 (11:12 +0000)
commit3b76485ec1d4280a248c83aaffd17b7176b51f35
treed7d680f547965cd3db6de346338a343e06a8b70c
parent2c60e5334f6df07bf42e7a91cf59638453eca473
Display canonical service name.

When editing or deleting a service we get the service information using the
name provided by the user.  The name is case-insensitive but case-preserving.
Use GetServiceKeyName() to retrieve the canonical name and display that
in any messages containing the service name.
service.cpp