From 05eacb9fc9ecd4fa6c1119ef1e5e82e12e2c81e4 Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Fri, 23 May 2014 11:08:47 +0000 Subject: GmailNotifier: fix name of section with plugin settings git-svn-id: http://svn.miranda-ng.org/main/trunk@9288 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/GmailNotifier/src/options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/GmailNotifier/src') diff --git a/plugins/GmailNotifier/src/options.cpp b/plugins/GmailNotifier/src/options.cpp index 9d23d99357..3783efb176 100644 --- a/plugins/GmailNotifier/src/options.cpp +++ b/plugins/GmailNotifier/src/options.cpp @@ -279,7 +279,7 @@ int OptInit(WPARAM wParam, LPARAM) odp.position = -790000000; odp.hInstance = hInst; odp.pszTemplate = MAKEINTRESOURCEA(IDD_OPT); - odp.pszTitle = LPGEN("GmailMNotifier"); + odp.pszTitle = LPGEN("GmailNotifier"); odp.pszGroup = LPGEN("Network"); odp.flags = ODPF_BOLDGROUPS; odp.pfnDlgProc = DlgProcOpts; -- cgit v1.2.3