summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/ShlExt/shlcom.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ShlExt/shlcom.pas b/plugins/ShlExt/shlcom.pas
index c33921e492..fb9b4fa780 100644
--- a/plugins/ShlExt/shlcom.pas
+++ b/plugins/ShlExt/shlcom.pas
@@ -1862,7 +1862,7 @@ var
szTmp: array [0 .. 63] of Char;
dwCaps: Cardinal;
begin
- if (CallService(MS_PROTO_ENUMPROTOCOLS, wParam(@protoCount), lParam(@pp)) = 0) and
+ if (CallService(MS_PROTO_ENUMACCOUNTS, wParam(@protoCount), lParam(@pp)) = 0) and
(protoCount <> 0) then
begin
spi.pid := GetCurrentProcessId();