diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2012-12-20 17:25:21 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2012-12-20 17:25:21 +0000 |
commit | 5e77e8a1665382c76fee1bc3ca12e44aca9af2e7 (patch) | |
tree | 9d2d8d2710a15c6e5e407b8a9ef5aa0cdce7b857 /protocols/Skype/src/resource.h | |
parent | 27b52fd25b336a52cfd74d6ef74ed382a110a791 (diff) |
- third approach of group chat support
- added connection options
- fixed connection via proxy
git-svn-id: http://svn.miranda-ng.org/main/trunk@2772 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 715b1b9b1c..12cd98774d 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 e:\Projects\C++\MirandaNG\protocols\Skype\res\Resource.rc
+// Used by D:\Projects\CPlusPlus\MirandaNG\protocols\Skype\res\Resource.rc
//
#define IDD_SKYPEACCOUNT 9
#define IDD_OPTIONS 10
@@ -32,6 +32,9 @@ #define IDC_SAVE 1013
#define IDC_LIST 1014
#define IDC_UPLOADING 1015
+#define IDC_PORT 1016
+#define IDC_CHECK1 1017
+#define IDC_USE_ALT_PORTS 1017
// Next default values for new objects
//
@@ -39,7 +42,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 108
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1016
+#define _APS_NEXT_CONTROL_VALUE 1018
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|