summaryrefslogtreecommitdiff
path: root/plugins/AuthState/src
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/AuthState/src')
-rw-r--r--plugins/AuthState/src/options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/AuthState/src/options.cpp b/plugins/AuthState/src/options.cpp
index bc4a3dcf1e..f860c62e7b 100644
--- a/plugins/AuthState/src/options.cpp
+++ b/plugins/AuthState/src/options.cpp
@@ -84,7 +84,7 @@ int onOptInitialise(WPARAM wParam, LPARAM lParam)
OPTIONSDIALOGPAGE odp = { 0 };
odp.cbSize = sizeof(odp);
odp.hInstance = g_hInst;
- odp.pszGroup = LPGEN("Contact List");
+ odp.pszGroup = LPGEN("Icons");
odp.pszTemplate = MAKEINTRESOURCEA(IDD_AUTHSTATE_OPT);
odp.pszTitle = LPGEN("Auth State");
odp.pfnDlgProc = DlgProcOptions;