diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-11-18 09:44:34 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-11-18 09:44:34 +0000 |
commit | 38438c06408517405a5b26049e3537ee7f0d9615 (patch) | |
tree | 5a87065ce6619d83134694364a4d78a9f9bf9b54 /protocols/Skype/src/resource.h | |
parent | 90dde788dd58570d1e20e5551ba3893514ced780 (diff) |
added own info dialog
git-svn-id: http://svn.miranda-ng.org/main/trunk@2349 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Skype/src/resource.h')
-rw-r--r-- | protocols/Skype/src/resource.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/protocols/Skype/src/resource.h b/protocols/Skype/src/resource.h index c0d3786ec0..30ff3dace7 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 IDD_INFO_SKYPE 11
+#define IDD_OWNINFO_SKYPE 12
#define IDI_ICON 101
#define IDR_RUNTIME 102
#define IDI_AUTH_GRANT 103
@@ -24,6 +25,9 @@ #define IDC_ONLINESINCE 1010
#define IDC_LASTEVENTDATE 1011
#define IDC_LASTPROFILECHANGE 1012
+#define IDC_SAVE 1013
+#define IDC_LIST 1014
+#define IDC_UPLOADING 1015
// Next default values for new objects
//
@@ -31,7 +35,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 108
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1013
+#define _APS_NEXT_CONTROL_VALUE 1016
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|