diff options
author | Dart Raiden <wowemuh@gmail.com> | 2014-05-23 11:08:47 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2014-05-23 11:08:47 +0000 |
commit | 05eacb9fc9ecd4fa6c1119ef1e5e82e12e2c81e4 (patch) | |
tree | 734a7cee7a83e263920f2abbe75364c9b6663cee /plugins/GmailNotifier | |
parent | 404d87a8ce933c1ba10441316376093bc5d35940 (diff) |
GmailNotifier: fix name of section with plugin settings
git-svn-id: http://svn.miranda-ng.org/main/trunk@9288 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/GmailNotifier')
-rw-r--r-- | plugins/GmailNotifier/src/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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;
|