diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2013-05-05 08:38:57 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2013-05-05 08:38:57 +0000 |
commit | 1229cee3091839af4dd181e28b55e4823079007e (patch) | |
tree | 7afa602a61bdc81de9135b5642ec11c5ee4ea229 /protocols/Skype/src/resource.h | |
parent | 1b39cc1afb501ea3973affcf864b8485e81251ff (diff) |
- reworked invitation to chat
- fixed chat contact's statuses
- added "Spawn conversation" button in contact dialog
- StringList now based on stl
git-svn-id: http://svn.miranda-ng.org/main/trunk@4586 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/resource.h')
-rw-r--r-- | protocols/Skype/src/resource.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/protocols/Skype/src/resource.h b/protocols/Skype/src/resource.h index a8425e9e65..df27045a46 100644 --- a/protocols/Skype/src/resource.h +++ b/protocols/Skype/src/resource.h @@ -1,6 +1,6 @@ //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
-// Used by c:\Temp\Miranda NG\protocols\Skype\res\Resource.rc
+// Used by e:\Projects\C++\MirandaNG\protocols\Skype\res\Resource.rc
//
#define IDD_ACCMGR 9
#define IDD_OPT_MAIN 10
@@ -19,6 +19,7 @@ #define IDR_KEY 107
#define IDI_CALL 108
#define IDI_CONF_INVITE 109
+#define IDI_CONF_SPAWN 110
#define IDC_CCLIST 173
#define IDC_EDITSCR 174
#define IDC_ADDSCR 175
@@ -71,7 +72,7 @@ //
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 110
+#define _APS_NEXT_RESOURCE_VALUE 111
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1029
#define _APS_NEXT_SYMED_VALUE 101
|