summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwatcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-09-13 14:32:56 +0000
committerwatcherhd <watcherhd@e753b5eb-9565-29b2-b5c5-2cc6f99dfbcb>2011-09-13 14:32:56 +0000
commitb84e5d20b9e0d3f4e2b4a26573f66370491de782 (patch)
tree9bf1250168e3704d80775e43417d503bd9de1544
parentebdb176f3225f516cf6884def64f3994e95c662f (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
-rw-r--r--authstate/authstate.rc4
-rw-r--r--authstate/options.cpp2
2 files changed, 3 insertions, 3 deletions
diff --git a/authstate/authstate.rc b/authstate/authstate.rc
index 4486d9d..0bed718 100644
--- a/authstate/authstate.rc
+++ b/authstate/authstate.rc
@@ -85,8 +85,8 @@ BEGIN
BS_LEFTTEXT | WS_TABSTOP,76,93,167,18
CONTROL "Show Grant icon",IDC_GRANTICON,"Button",BS_AUTOCHECKBOX |
BS_LEFTTEXT | WS_TABSTOP,76,109,167,18
- GROUPBOX "Plugin settings",IDC_STATIC,46,46,222,118
- RTEXT "Use",IDC_STATIC,56,129,33,12
+ GROUPBOX "Plugin settings",IDC_STATIC,19,46,276,118
+ RTEXT "Use",IDC_STATIC,40,129,49,12
LTEXT "slot to draw the icon",IDC_STATIC,179,129,86,17
CONTROL "Enable Menu Item (*)",IDC_ENABLEMENUITEM,"Button",
BS_AUTOCHECKBOX | BS_LEFTTEXT | WS_TABSTOP,76,65,167,13
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;