From a6e8610bf940540c72a919e5ae25dd7ed15e6363 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sun, 17 Jun 2012 09:22:51 +0000 Subject: WhenWasIt: plugin name shorter and better options page moved to Contact List git-svn-id: http://svn.miranda-ng.org/main/trunk@450 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/WhenWasIt/hooked_events.cpp | 2 +- plugins/WhenWasIt/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/WhenWasIt') diff --git a/plugins/WhenWasIt/hooked_events.cpp b/plugins/WhenWasIt/hooked_events.cpp index 4e3d1b4723..e8dc2775a6 100644 --- a/plugins/WhenWasIt/hooked_events.cpp +++ b/plugins/WhenWasIt/hooked_events.cpp @@ -196,7 +196,7 @@ int OnOptionsInitialise(WPARAM wParam, LPARAM lParam) odp.hInstance = hInstance; odp.pszTemplate = MAKEINTRESOURCEA(IDD_OPT_WWI); odp.ptszTitle = _T("When Was It"); - odp.ptszGroup = _T("Plugins"); + odp.ptszGroup = _T("Contact List"); odp.groupPosition = 910000000; odp.flags = ODPF_BOLDGROUPS | ODPF_TCHAR; odp.pfnDlgProc = DlgProcOptions; diff --git a/plugins/WhenWasIt/version.h b/plugins/WhenWasIt/version.h index 6432734a24..7fc6b508a6 100644 --- a/plugins/WhenWasIt/version.h +++ b/plugins/WhenWasIt/version.h @@ -39,7 +39,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #define __AUTHOREMAIL "eblis102@yahoo.com" #define __COPYRIGHT "© 2006-2011 Cristian Libotean" #define __AUTHORWEB "http://www.miranda-im.org/" -#define __PLUGIN_DISPLAY_NAME "WhenWasIt birthday reminder" +#define __PLUGIN_DISPLAY_NAME "Birthday reminder" #endif //M_WWI_VERSION_H -- cgit v1.2.3