From a1728bef4efb06742b792f9f5b4aab48d1d7bb48 Mon Sep 17 00:00:00 2001 From: Sergey Bolhovskoy Date: Fri, 18 Mar 2016 08:39:23 +0000 Subject: =?UTF-8?q?VKontakte:=20add=20=E2=80=98Open=20in=20browser?= =?UTF-8?q?=E2=80=99=20button=20to=20captcha=20form=20add=20hidden=20optio?= =?UTF-8?q?n=20=E2=80=98AlwaysOpenCaptchaInBrowser=E2=80=99=20(BYTE)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.miranda-ng.org/main/trunk@16495 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/VKontakte/res/resource.rc | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'protocols/VKontakte/res') diff --git a/protocols/VKontakte/res/resource.rc b/protocols/VKontakte/res/resource.rc index e3b426487f..54510e8797 100644 --- a/protocols/VKontakte/res/resource.rc +++ b/protocols/VKontakte/res/resource.rc @@ -279,14 +279,15 @@ EXSTYLE WS_EX_CONTROLPARENT CAPTION "Bots challenge test" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN - EDITTEXT IDC_VALUE,4,203,137,14,ES_AUTOHSCROLL + EDITTEXT IDC_VALUE,4,192,155,14,ES_AUTOHSCROLL CONTROL "",IDC_WHITERECT,"Static",SS_LEFTNOWORDWRAP | WS_GROUP,0,0,258,25 LTEXT "Instruction:",IDC_TITLE,7,7,243,8,NOT WS_GROUP EDITTEXT IDC_INSTRUCTION,17,16,233,8,ES_MULTILINE | ES_READONLY | NOT WS_BORDER CONTROL "",IDC_FRAME1,"Static",SS_ETCHEDHORZ,0,26,258,1 - CONTROL "",IDC_FRAME2,"Static",SS_ETCHEDHORZ,0,197,258,1 - DEFPUSHBUTTON "Submit",IDOK,146,203,50,14 - PUSHBUTTON "Cancel",IDCANCEL,200,203,50,14 + CONTROL "",IDC_FRAME2,"Static",SS_ETCHEDHORZ,0,188,258,1 + DEFPUSHBUTTON "Submit",IDOK,163,192,46,14 + PUSHBUTTON "Cancel",IDCANCEL,210,192,43,14 + PUSHBUTTON "Open in browser",IDOPENBROWSER,163,208,90,14 END IDD_INVITE DIALOGEX 0, 0, 191, 65 -- cgit v1.2.3