From b84e5d20b9e0d3f4e2b4a26573f66370491de782 Mon Sep 17 00:00:00 2001 From: watcherhd Date: Tue, 13 Sep 2011 14:32:56 +0000 Subject: 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 --- authstate/options.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'authstate/options.cpp') 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; -- cgit v1.2.3