From 1349424f098151b05202077d62ca1cf1e8c9804c Mon Sep 17 00:00:00 2001 From: dartraiden Date: Thu, 2 Aug 2018 20:07:56 +0300 Subject: ICQ: fix UInfoEx details name --- protocols/IcqOscarJ/src/userinfotab.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols') diff --git a/protocols/IcqOscarJ/src/userinfotab.cpp b/protocols/IcqOscarJ/src/userinfotab.cpp index 4076e4a2f9..305cc33a9a 100644 --- a/protocols/IcqOscarJ/src/userinfotab.cpp +++ b/protocols/IcqOscarJ/src/userinfotab.cpp @@ -275,7 +275,7 @@ int CIcqProto::OnUserInfoInit(WPARAM wParam, LPARAM lParam) odp.pfnDlgProc = IcqDlgProc; odp.position = -1900000000; - odp.szTab.w = LPGENW("Info"); + odp.szTab.w = LPGENW("Details"); odp.pszTemplate = MAKEINTRESOURCEA(IDD_INFO_ICQ); g_plugin.addUserInfo(wParam, &odp); -- cgit v1.2.3