diff options
author | Alexander Gluzsky <sss123next@list.ru> | 2016-04-03 17:11:21 +0000 |
---|---|---|
committer | Alexander Gluzsky <sss123next@list.ru> | 2016-04-03 17:11:21 +0000 |
commit | c3d5068e1d3f07a0959aaa366fee11a552245c1a (patch) | |
tree | 0aa956a0a8cb69a1b6c6e1b17220043ab92a8f93 /protocols/AimOscar/src/resource.h | |
parent | b2ca0aa7399c74e8ee11f7dcc0404a1407272477 (diff) |
aim protocol:
started "clienlogin" implementation
skeleton is somehow done, just actual work implementation left to be done)
git-svn-id: http://svn.miranda-ng.org/main/trunk@16581 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/AimOscar/src/resource.h')
-rwxr-xr-x[-rw-r--r--] | protocols/AimOscar/src/resource.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/protocols/AimOscar/src/resource.h b/protocols/AimOscar/src/resource.h index 2b9ad87095..c123194d8e 100644..100755 --- a/protocols/AimOscar/src/resource.h +++ b/protocols/AimOscar/src/resource.h @@ -1,6 +1,6 @@ //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
-// Used by aim.rc
+// Used by X:\install\git\miranda\miranda_ng_svn\protocols\AimOscar\res\aim.rc
//
#define IDC_SAVECHANGES 3
#define IDC_CONFIRM 4
@@ -84,6 +84,8 @@ #define IDC_EDITSCR 174
#define IDC_ADDSCR 175
#define IDC_ROOMNAME 176
+#define IDC_CHECK1 178
+#define IDC_CLIENTLOGIN 178
#define IDC_SN 1030
#define IDC_NK 1040
#define IDC_PW 1050
@@ -117,7 +119,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 41
#define _APS_NEXT_COMMAND_VALUE 40002
-#define _APS_NEXT_CONTROL_VALUE 178
+#define _APS_NEXT_CONTROL_VALUE 179
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|