diff options
author | Robert Pösel <robyer@seznam.cz> | 2016-04-17 11:14:33 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2016-04-17 11:14:33 +0000 |
commit | 1218cb54337c4683baf728bec19701da1f10e5ac (patch) | |
tree | 925726d9fbed53764efebbe7e1bbbbf2bd8339f9 /protocols/FacebookRM/src/resource.h | |
parent | 0c1facf5ca73994ad269fd18a88e5b8fe68551c8 (diff) |
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
Diffstat (limited to 'protocols/FacebookRM/src/resource.h')
-rw-r--r-- | protocols/FacebookRM/src/resource.h | 7 |
1 files changed, 5 insertions, 2 deletions
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 |