From 1218cb54337c4683baf728bec19701da1f10e5ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Sun, 17 Apr 2016 11:14:33 +0000 Subject: Facebook: Implement login with two-way authorization It shows dialog that asks for verification code. User can press button to request code via SMS. Allows 3 attempts to entering correct code, then plugin disconnects. git-svn-id: http://svn.miranda-ng.org/main/trunk@16685 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/FacebookRM/src/resource.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'protocols/FacebookRM/src/resource.h') diff --git a/protocols/FacebookRM/src/resource.h b/protocols/FacebookRM/src/resource.h index 0c89884724..ba66e994a0 100644 --- a/protocols/FacebookRM/src/resource.h +++ b/protocols/FacebookRM/src/resource.h @@ -19,6 +19,7 @@ #define IDI_CONVERSATION 131 #define IDI_READ 132 #define IDI_KEYS 133 +#define IDD_GUARD 134 #define IDC_UN 1001 #define IDC_PW 1002 #define IDC_NEWACCOUNTLINK 1003 @@ -65,14 +66,16 @@ #define IDC_INSTRUCTION 1214 #define IDC_FRAME1 1215 #define IDC_FRAME2 1216 +#define IDC_TEXT 1217 +#define IDC_SEND_SMS 1218 // Next default values for new objects // #ifdef APSTUDIO_INVOKED #ifndef APSTUDIO_READONLY_SYMBOLS -#define _APS_NEXT_RESOURCE_VALUE 134 +#define _APS_NEXT_RESOURCE_VALUE 135 #define _APS_NEXT_COMMAND_VALUE 40001 -#define _APS_NEXT_CONTROL_VALUE 1218 +#define _APS_NEXT_CONTROL_VALUE 1219 #define _APS_NEXT_SYMED_VALUE 134 #endif #endif -- cgit v1.2.3