diff options
Diffstat (limited to 'plugins/NewXstatusNotify/src/options.cpp')
-rw-r--r-- | plugins/NewXstatusNotify/src/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewXstatusNotify/src/options.cpp b/plugins/NewXstatusNotify/src/options.cpp index 89eda8711d..c522654ebd 100644 --- a/plugins/NewXstatusNotify/src/options.cpp +++ b/plugins/NewXstatusNotify/src/options.cpp @@ -237,7 +237,7 @@ INT_PTR CALLBACK DlgProcGeneralOpts(HWND hwndDlg, UINT msg, WPARAM wParam, LPARA {
OPENOPTIONSDIALOG ood = {0};
ood.cbSize = sizeof(ood);
- ood.pszGroup = "Customize";
+ //ood.pszGroup = "Customize";
ood.pszPage = "Sounds";
Options_Open(&ood);
return FALSE;
|