From 912b08374d90c539b7c9c7386b55c9cd8336dd8b Mon Sep 17 00:00:00 2001 From: Sergey Tatarinov Date: Thu, 16 May 2013 18:43:01 +0000 Subject: Options page and plugin description fixed git-svn-id: http://svn.miranda-ng.org/main/trunk@4685 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/NewXstatusNotify/src/options.cpp | 2 +- plugins/NewXstatusNotify/src/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/NewXstatusNotify/src') 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; diff --git a/plugins/NewXstatusNotify/src/version.h b/plugins/NewXstatusNotify/src/version.h index ffce1df914..5b2664572f 100644 --- a/plugins/NewXstatusNotify/src/version.h +++ b/plugins/NewXstatusNotify/src/version.h @@ -5,7 +5,7 @@ #define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM -#define __PLUGIN_NAME "xStatus Notify" +#define __PLUGIN_NAME "NewXstatusNotify" #define __FILENAME "NewXstatusNotify.dll" #define __DESCRIPTION "Notifies you when a contact changes his/her (X)status or status message." #define __AUTHOR "Luca Santarelli, Vasilich, yaho" -- cgit v1.2.3