From 526b3802b4a2503817c708abef763d0e94f18688 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Tue, 12 Jan 2016 10:14:49 +0100 Subject: [PATCH] Shorten service identifier The identifier is used to compute the registry path, and should ideally be kept short and without spaces. --- win/winvnc/VNCServerService.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.39.5