diff options
author | Pierre Ossman <ossman@cendio.se> | 2015-08-10 11:31:14 +0200 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2015-08-10 11:31:14 +0200 |
commit | 14e214f10b9de6869695b526da42681b31af416c (patch) | |
tree | 3015ddf8528821911b445c9c4a7152afdb414ee2 /win/vncconfig | |
parent | 6bb08082956334711de44dad49b95f90a7b02700 (diff) | |
download | tigervnc-14e214f10b9de6869695b526da42681b31af416c.tar.gz tigervnc-14e214f10b9de6869695b526da42681b31af416c.zip |
Change netmask to prefix in ACL documentation
The IPv6 additions deprecated support for netmasks in the access
control lists. Unfortunately some documentation was not updated
to reflect this fact.
Diffstat (limited to 'win/vncconfig')
-rw-r--r-- | win/vncconfig/vncconfig.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/vncconfig/vncconfig.rc b/win/vncconfig/vncconfig.rc index b49d7440..49585b4c 100644 --- a/win/vncconfig/vncconfig.rc +++ b/win/vncconfig/vncconfig.rc @@ -179,7 +179,7 @@ BEGIN CONTROL "Query",IDC_QUERY,"Button",BS_AUTORADIOBUTTON,7,35,53,15 DEFPUSHBUTTON "OK",IDOK,115,35,50,15 PUSHBUTTON "Cancel",IDCANCEL,170,35,50,15 - LTEXT "e.g. 192.168.0.0/255.255.0.0",IDC_STATIC,65,20,100,15 + LTEXT "e.g. 192.168.0.0/16",IDC_STATIC,65,20,100,15 END IDD_SHARING DIALOG DISCARDABLE 0, 0, 186, 95 |