summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--protocols/IcqOscarJ/src/userinfotab.cpp2
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);