From: Pierre Ossman Date: Tue, 12 Jan 2016 09:14:49 +0000 (+0100) Subject: Shorten service identifier X-Git-Tag: v1.6.90~60 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=526b3802b4a2503817c708abef763d0e94f18688;p=tigervnc.git Shorten service identifier The identifier is used to compute the registry path, and should ideally be kept short and without spaces. --- diff --git a/win/winvnc/VNCServerService.cxx b/win/winvnc/VNCServerService.cxx index 14be6da0..0357677a 100644 --- a/win/winvnc/VNCServerService.cxx +++ b/win/winvnc/VNCServerService.cxx @@ -29,7 +29,7 @@ using namespace winvnc; using namespace rfb; using namespace win32; -const TCHAR* winvnc::VNCServerService::Name = _T("TigerVNC Server"); +const TCHAR* winvnc::VNCServerService::Name = _T("TigerVNC"); VNCServerService::VNCServerService() : Service(Name)