diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2012-09-27 17:23:10 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2012-09-27 17:23:10 +0000 |
commit | 89c883cf565ac91bf21d1711f7c3972fb6281bf7 (patch) | |
tree | 89315d0fd74187b4cce86332c0a250fa9b13b51a /protocols/Skype/src/resource.h | |
parent | 795fd3b5c0a366bd1455d4c0ae8a7d9bb474c348 (diff) |
-- added proto caps
- added service function (creating and hoking services, events, threads)
- some minir issues and code review
git-svn-id: http://svn.miranda-ng.org/main/trunk@1687 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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 dd62507289..2cfd6eaeab 100644 --- a/protocols/Skype/src/resource.h +++ b/protocols/Skype/src/resource.h @@ -7,6 +7,7 @@ #define IDI_ICON 101
#define IDC_SN 1001
#define IDC_PW 1002
+#define IDC_SL 1003
// Next default values for new objects
//
@@ -14,7 +15,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 102
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1003
+#define _APS_NEXT_CONTROL_VALUE 1004
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|