]> source.dussan.org Git - tigervnc.git/commitdiff
Shorten service identifier
authorPierre Ossman <ossman@cendio.se>
Tue, 12 Jan 2016 09:14:49 +0000 (10:14 +0100)
committerPierre Ossman <ossman@cendio.se>
Tue, 12 Jan 2016 09:14:49 +0000 (10:14 +0100)
The identifier is used to compute the registry path, and should
ideally be kept short and without spaces.

win/winvnc/VNCServerService.cxx

index 14be6da05c35667b488d683732979b0b45ddd084..0357677a0fa996efd403f8314d45999c1a6d44b1 100644 (file)
@@ -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)