[NETSHELL] Fix '0' typo, in a text

This commit is contained in:
Serge Gautherie 2018-11-19 02:06:48 +01:00 committed by Giannis Adamopoulos
parent 634192cccd
commit 154ed37062

View file

@ -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.