diff options
author | Dart Raiden <wowemuh@gmail.com> | 2015-04-06 13:59:52 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2015-04-06 13:59:52 +0000 |
commit | 19c9aa7db13dc078b7aeee689a7bee708a455432 (patch) | |
tree | 76355b9aaa0bffdd693df943f43679b1c1576ce5 /plugins/YARelay/src | |
parent | 4110a3ae07db6fecafbee1ceb69a51c427a0d7c9 (diff) |
options section name as in other plugins
git-svn-id: http://svn.miranda-ng.org/main/trunk@12631 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/YARelay/src')
-rw-r--r-- | plugins/YARelay/src/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/YARelay/src/options.cpp b/plugins/YARelay/src/options.cpp index 6a6a42bd98..fd73f25142 100644 --- a/plugins/YARelay/src/options.cpp +++ b/plugins/YARelay/src/options.cpp @@ -194,7 +194,7 @@ int OptionsInit(WPARAM wParam, LPARAM) OPTIONSDIALOGPAGE odp = { sizeof(odp) };
odp.hInstance = hInst;
odp.position = -1;
- odp.pszGroup = LPGEN("Message Sessions");
+ odp.pszGroup = LPGEN("Message sessions");
odp.pszTemplate = MAKEINTRESOURCEA(IDD_SETTINGS);
odp.pszTitle = LPGEN("Messages forwarding");
odp.pfnDlgProc = OptionsFrameProc;
|