From 018c67e6e1cdfb5e0494ad987093738b7fe7e60d Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Tue, 12 Jan 2016 10:13:17 +0100 Subject: Provide description for services The argument named "desc" was not actually the description, but rather the short "display name". Add handling for the actual description to reduce confusion. --- win/winvnc/winvnc.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'win/winvnc') diff --git a/win/winvnc/winvnc.cxx b/win/winvnc/winvnc.cxx index cb0e8e45..ff16aacd 100644 --- a/win/winvnc/winvnc.cxx +++ b/win/winvnc/winvnc.cxx @@ -169,6 +169,7 @@ static void processParams(int argc, char** argv) { int j = i; i = argc; if (rfb::win32::registerService(VNCServerService::Name, + _T("TigerVNC Server"), _T("Provides remote access to this machine via the VNC/RFB protocol."), argc-(j+1), &argv[j+1])) MsgBoxOrLog("Registered service successfully"); -- cgit v1.2.3