summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2012-06-17 09:22:51 +0000
committerKirill Volinsky <mataes2007@gmail.com>2012-06-17 09:22:51 +0000
commita6e8610bf940540c72a919e5ae25dd7ed15e6363 (patch)
treee33752b88c178ad62c72f2972b97bf24d9d1df5e
parent20a23cf56da4aa7b90a24e4e5ee96bc00b6e9467 (diff)
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
-rw-r--r--plugins/WhenWasIt/hooked_events.cpp2
-rw-r--r--plugins/WhenWasIt/version.h2
2 files changed, 2 insertions, 2 deletions
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