diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-07-30 13:34:28 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-07-30 13:34:28 +0000 |
commit | 680570350abeafc19a094848e05ff4f887dd41f2 (patch) | |
tree | 95e72164a5cf7cddeba7ea2e95fe5697642516eb /plugins/SimpleAR | |
parent | 544efb15e6b79d6070d3a9d64121ff930d2c778d (diff) |
SimpleAR: moved plugin options to Message sessions
git-svn-id: http://svn.miranda-ng.org/main/trunk@5532 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SimpleAR')
-rw-r--r-- | plugins/SimpleAR/src/Options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SimpleAR/src/Options.cpp b/plugins/SimpleAR/src/Options.cpp index adb40e4972..4eca85a0dd 100644 --- a/plugins/SimpleAR/src/Options.cpp +++ b/plugins/SimpleAR/src/Options.cpp @@ -156,7 +156,7 @@ INT OptInit(WPARAM wParam,LPARAM lParam) odp.hInstance = hinstance;
odp.pszTemplate = MAKEINTRESOURCEA(IDD_OPTION);
odp.pszTitle = LPGEN("Simple Auto Replier");
- odp.pszGroup = LPGEN("Plugins");
+ odp.pszGroup = LPGEN("Message Sessions");
odp.flags = ODPF_BOLDGROUPS;
odp.pfnDlgProc = DlgProcOpts;
Options_AddPage(wParam, &odp);
|