diff options
Diffstat (limited to 'protocols/Skype/src/resource.h')
-rw-r--r-- | protocols/Skype/src/resource.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/protocols/Skype/src/resource.h b/protocols/Skype/src/resource.h index 3581f001a1..e5a3950e49 100644 --- a/protocols/Skype/src/resource.h +++ b/protocols/Skype/src/resource.h @@ -6,7 +6,10 @@ #define IDD_OPTIONS 10
#define IDI_ICON 101
#define IDR_RUNTIME 102
-#define IDD_PASSWORDREQUEST 105
+#define IDI_AUTH_GRANT 103
+#define IDI_AUTH_ASK 104
+#define IDI_AUTH_REVOKE 105
+#define IDD_PASSWORDREQUEST 106
#define IDC_SN 1001
#define IDC_PW 1002
#define IDC_SL 1003
@@ -19,7 +22,7 @@ //
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 103
+#define _APS_NEXT_RESOURCE_VALUE 107
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1004
#define _APS_NEXT_SYMED_VALUE 101
|