diff options
Diffstat (limited to 'protocols/Skype/src/resource.h')
-rw-r--r-- | protocols/Skype/src/resource.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/Skype/src/resource.h b/protocols/Skype/src/resource.h index 5c008dcaec..99d4d7670d 100644 --- a/protocols/Skype/src/resource.h +++ b/protocols/Skype/src/resource.h @@ -5,6 +5,7 @@ #define IDD_SKYPEACCOUNT 9
#define IDD_OPTIONS 10
#define IDI_ICON 101
+#define IDR_RUNTIME 102
#define IDD_PASSWORDREQUEST 105
#define IDC_SN 1001
#define IDC_PW 1002
@@ -18,7 +19,7 @@ //
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 102
+#define _APS_NEXT_RESOURCE_VALUE 103
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1004
#define _APS_NEXT_SYMED_VALUE 101
|