Browse Source

Shorten service identifier

The identifier is used to compute the registry path, and should
ideally be kept short and without spaces.
tags/v1.6.90
Pierre Ossman 8 years ago
parent
commit
526b3802b4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      win/winvnc/VNCServerService.cxx

+ 1
- 1
win/winvnc/VNCServerService.cxx View 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)

Loading…
Cancel
Save