diff options
Diffstat (limited to 'plugins/AVS/src/main.cpp')
-rw-r--r-- | plugins/AVS/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/AVS/src/main.cpp b/plugins/AVS/src/main.cpp index 54eb6892a4..70edca3ffb 100644 --- a/plugins/AVS/src/main.cpp +++ b/plugins/AVS/src/main.cpp @@ -2161,7 +2161,7 @@ static int OptInit(WPARAM wParam, LPARAM lParam) odp.cbSize = sizeof(odp);
odp.hInstance = g_hInst;
odp.flags = ODPF_BOLDGROUPS;
- odp.pszGroup = LPGEN("Customize");
+ odp.pszGroup = LPGEN("Contacts");
odp.pszTitle = LPGEN("Avatars");
odp.pszTab = LPGEN("Protocols");
|