summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/core/stduserinfo/src/userinfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/stduserinfo/src/userinfo.cpp b/src/core/stduserinfo/src/userinfo.cpp
index c1233396ce..fc3d37bab5 100644
--- a/src/core/stduserinfo/src/userinfo.cpp
+++ b/src/core/stduserinfo/src/userinfo.cpp
@@ -617,7 +617,7 @@ static INT_PTR ShowDetailsDialogCommand(WPARAM hContact, LPARAM)
static int ShutdownUserInfo(WPARAM, LPARAM)
{
- WindowList_Broadcast(hWindowList, WM_DESTROY, 0, 0);
+ WindowList_Broadcast(hWindowList, WM_CLOSE, 0, 0);
WindowList_Destroy(hWindowList);
return 0;
}