https://git.reactos.org/?p=reactos.git;a=commitdiff;h=154ed3706252d4c1e0ca4f738668cd8dcbd2b0dd

commit 154ed3706252d4c1e0ca4f738668cd8dcbd2b0dd
Author:     Serge Gautherie <[email protected]>
AuthorDate: Mon Nov 19 02:06:48 2018 +0100
Commit:     Giannis Adamopoulos <[email protected]>
CommitDate: Mon Nov 19 09:57:42 2018 +0200

    [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 1d96e3a99d..0cb8c73754 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.

Reply via email to