diff options
author | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-09-13 14:32:56 +0000 |
---|---|---|
committer | watcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb> | 2011-09-13 14:32:56 +0000 |
commit | b84e5d20b9e0d3f4e2b4a26573f66370491de782 (patch) | |
tree | 9bf1250168e3704d80775e43417d503bd9de1544 /authstate/options.cpp | |
parent | ebdb176f3225f516cf6884def64f3994e95c662f (diff) |
authstate: moved from "Plugins" to "Contact List" in options, some fields expanded for translation use.
git-svn-id: http://miranda-plugins.googlecode.com/svn/trunk@165 e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb
Diffstat (limited to 'authstate/options.cpp')
-rw-r--r-- | authstate/options.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/authstate/options.cpp b/authstate/options.cpp index 5227844..37dbdca 100644 --- a/authstate/options.cpp +++ b/authstate/options.cpp @@ -143,7 +143,7 @@ int onOptInitialise(WPARAM wParam, LPARAM lParam) odp.cbSize = sizeof(odp);
odp.position = 0;
odp.hInstance = g_hInst;
- odp.ptszGroup = _T("Plugins");
+ odp.ptszGroup = _T("Contact List");
odp.pszTemplate = MAKEINTRESOURCEA(IDD_AUTHSTATE_OPT);
odp.ptszTitle = _T("Auth State");
odp.pfnDlgProc = DlgProcOptions;
|