Rename -DLP_Clip_Types to -DLP_ClipTypes

This commit is contained in:
Lauri Kasanen
2021-09-17 12:12:29 +03:00
parent 53c8de789f
commit 4f25657d4a
2 changed files with 2 additions and 2 deletions

View File

@@ -172,7 +172,7 @@ rfb::StringParameter rfb::Server::DLP_Region
"Black out anything outside this region", "Black out anything outside this region",
""); "");
rfb::StringParameter rfb::Server::DLP_Clip_Types rfb::StringParameter rfb::Server::DLP_Clip_Types
("DLP_Clip_Types", ("DLP_ClipTypes",
"Allowed binary clipboard mimetypes", "Allowed binary clipboard mimetypes",
"chromium/x-web-custom-data,text/html,image/png"); "chromium/x-web-custom-data,text/html,image/png");

View File

@@ -308,7 +308,7 @@ Limit clipboard bytes to receive from clients in one transaction. Default 10,000
This many milliseconds must pass between clipboard actions. Default 1000. This many milliseconds must pass between clipboard actions. Default 1000.
. .
.TP .TP
.B \-DLP_Clip_types \fIa,b\fP .B \-DLP_ClipTypes \fIa,b\fP
Allowed binary clipboard mimetypes, separated by commas. Default Allowed binary clipboard mimetypes, separated by commas. Default
chromium/x-web-custom-data,text/html,image/png chromium/x-web-custom-data,text/html,image/png
. .