diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-23 05:17:35 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-10-23 05:17:35 +0000 |
commit | b42fe046c66bcdfbce14bac30e2d9f10d5172541 (patch) | |
tree | 9cdd8d2173217db30ffcbe6666004ac3a295eebe /protocols/Skype/src/resource.h | |
parent | 7e30d516e63cd31bfb40ba7b18db9a36cc0a9614 (diff) |
timezones should be working. not compile, not test
git-svn-id: http://svn.miranda-ng.org/main/trunk@2057 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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
|