diff options
author | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2010-02-01 02:03:39 +0000 |
---|---|---|
committer | pescuma <pescuma@c086bb3d-8645-0410-b8da-73a8550f86e7> | 2010-02-01 02:03:39 +0000 |
commit | bbeb2217dbaad57a221186442bba2f8842240eaf (patch) | |
tree | c346a939ff627609ca27149cea81053876a4db2e /Protocols/IAX/resource.h | |
parent | 8458ec12c42a0fc915af6a33cf2e9c7d560bb17f (diff) |
iax: 0.2.0.0
+ Allow more than one protocol instance
git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@221 c086bb3d-8645-0410-b8da-73a8550f86e7
Diffstat (limited to 'Protocols/IAX/resource.h')
-rw-r--r-- | Protocols/IAX/resource.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Protocols/IAX/resource.h b/Protocols/IAX/resource.h index 83420fa..f24c102 100644 --- a/Protocols/IAX/resource.h +++ b/Protocols/IAX/resource.h @@ -5,6 +5,7 @@ #define IDD_OPTIONS 119
#define IDD_OPTIONS_OLD 120
#define IDI_PROTO 160
+#define IDR_IAXCLIENT_DLL 161
#define IDD_ACCMGRUI 227
#define IDC_USERNAME 1000
#define IDC_PASSWORD 1001
@@ -21,7 +22,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NO_MFC 1
#define _APS_3D_CONTROLS 1
-#define _APS_NEXT_RESOURCE_VALUE 161
+#define _APS_NEXT_RESOURCE_VALUE 162
#define _APS_NEXT_COMMAND_VALUE 40005
#define _APS_NEXT_CONTROL_VALUE 1087
#define _APS_NEXT_SYMED_VALUE 101
|