diff options
author | dartraiden <wowemuh@gmail.com> | 2018-08-02 20:07:56 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2018-08-02 20:07:56 +0300 |
commit | 1349424f098151b05202077d62ca1cf1e8c9804c (patch) | |
tree | bd7f02b683a96a03d8ac6314fa7bb8734b8535d1 | |
parent | 66711c5f728ee436e13b66e7328b860cf7ba90eb (diff) |
ICQ: fix UInfoEx details name
-rw-r--r-- | protocols/IcqOscarJ/src/userinfotab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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);
|