summaryrefslogtreecommitdiff
path: root/plugins/!Deprecated/FingerPrintModPlus/src
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/!Deprecated/FingerPrintModPlus/src')
-rw-r--r--plugins/!Deprecated/FingerPrintModPlus/src/options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/!Deprecated/FingerPrintModPlus/src/options.cpp b/plugins/!Deprecated/FingerPrintModPlus/src/options.cpp
index 2e710faaff..df054bba89 100644
--- a/plugins/!Deprecated/FingerPrintModPlus/src/options.cpp
+++ b/plugins/!Deprecated/FingerPrintModPlus/src/options.cpp
@@ -144,7 +144,7 @@ int OnOptInitialise(WPARAM wParam, LPARAM lParam)
OPTIONSDIALOGPAGE odp = { 0 };
odp.cbSize = sizeof(odp);
odp.hInstance = g_hInst;
- odp.ptszGroup = LPGENT("Customize");
+ odp.ptszGroup = LPGENT("Icons");
odp.pszTemplate = MAKEINTRESOURCEA(IDD_DIALOG);
odp.ptszTitle = LPGENT("Fingerprint");
odp.pfnDlgProc = DlgProcOptions;