From 154ed3706252d4c1e0ca4f738668cd8dcbd2b0dd Mon Sep 17 00:00:00 2001 From: Serge Gautherie Date: Mon, 19 Nov 2018 02:06:48 +0100 Subject: [PATCH] [NETSHELL] Fix '0' typo, in a text --- dll/shellext/netshell/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dll/shellext/netshell/README b/dll/shellext/netshell/README index 1d96e3a99d1..0cb8c737541 100644 --- a/dll/shellext/netshell/README +++ b/dll/shellext/netshell/README @@ -66,5 +66,5 @@ as is and the other is setting is to 0. What this does is that when 0, the conne in the shell folder and the tray using the system's INetConnectionManager (which resides in the system's netman service and is accessible through the system's netshell.dll). This allows us to implement and test our three components against the correct implementation of INetConnectionManager. -The other option is setting USE_CUSTOM_CONMGR to 0 which will make the shell folder and the tray +The other option is setting USE_CUSTOM_CONMGR to 1 which will make the shell folder and the tray enumerate connections with our connection manager effectively testing it in windows as well.