summaryrefslogtreecommitdiff
path: root/authstate/options.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'authstate/options.cpp')
-rw-r--r--authstate/options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/authstate/options.cpp b/authstate/options.cpp
index 5227844..37dbdca 100644
--- a/authstate/options.cpp
+++ b/authstate/options.cpp
@@ -143,7 +143,7 @@ int onOptInitialise(WPARAM wParam, LPARAM lParam)
odp.cbSize = sizeof(odp);
odp.position = 0;
odp.hInstance = g_hInst;
- odp.ptszGroup = _T("Plugins");
+ odp.ptszGroup = _T("Contact List");
odp.pszTemplate = MAKEINTRESOURCEA(IDD_AUTHSTATE_OPT);
odp.ptszTitle = _T("Auth State");
odp.pfnDlgProc = DlgProcOptions;