diff options
author | Robert Pösel <robyer@seznam.cz> | 2012-05-25 18:11:53 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2012-05-25 18:11:53 +0000 |
commit | 1aa7fb19562f9462311e55dc0b9a7fac18c31180 (patch) | |
tree | abe836fdcac52cf7291cec5a682ce414ebab176d /protocols/FacebookRM/resource.h | |
parent | e45307525555ee23035c0d87fbac3ed8ce5a31e8 (diff) |
Updated Facebook RM
git-svn-id: http://svn.miranda-ng.org/main/trunk@176 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/resource.h')
-rw-r--r-- | protocols/FacebookRM/resource.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/protocols/FacebookRM/resource.h b/protocols/FacebookRM/resource.h index 14ff2d1e6b..887119bd4b 100644 --- a/protocols/FacebookRM/resource.h +++ b/protocols/FacebookRM/resource.h @@ -4,8 +4,9 @@ //
#define IDI_FACEBOOK 101
#define IDI_MIND 102
-#define IDI_ADDFRIEND 103
-#define IDI_REMOVEFRIEND 104
+#define IDI_AUTH_GRANT 103
+#define IDI_AUTH_ASK 104
+#define IDI_AUTH_REVOKE 105
#define IDD_FACEBOOKACCOUNT 111
#define IDD_MIND 112
#define IDD_OPTIONS 113
@@ -61,7 +62,7 @@ //
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 121
+#define _APS_NEXT_RESOURCE_VALUE 126
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1202
#define _APS_NEXT_SYMED_VALUE 131
|