diff options
Diffstat (limited to 'plugins/WhenWasIt')
-rw-r--r-- | plugins/WhenWasIt/hooked_events.cpp | 2 | ||||
-rw-r--r-- | plugins/WhenWasIt/version.h | 2 |
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
|