diff options
Diffstat (limited to 'plugins/Gender/src/options.cpp')
-rw-r--r-- | plugins/Gender/src/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Gender/src/options.cpp b/plugins/Gender/src/options.cpp index 0a3808b73a..6726079d3b 100644 --- a/plugins/Gender/src/options.cpp +++ b/plugins/Gender/src/options.cpp @@ -83,7 +83,7 @@ int onOptInitialise(WPARAM wParam, LPARAM lParam) OPTIONSDIALOGPAGE odp = { 0 };
odp.cbSize = sizeof(odp);
odp.hInstance = g_hInst;
- odp.pszGroup = LPGEN("Plugins");
+ odp.pszGroup = LPGEN("Icons");
odp.pszTemplate = MAKEINTRESOURCEA(IDD_GENDER_OPT);
odp.pszTitle = LPGEN("Gender");
odp.pfnDlgProc = DlgProcOptions;
|