diff options
-rw-r--r-- | win/winvnc/VNCServerService.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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) |