diff options
author | George Hazan <george.hazan@gmail.com> | 2015-09-10 13:46:01 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-09-10 13:46:01 +0000 |
commit | 9e585c126abc93e335aa30e7393325e8e418449a (patch) | |
tree | d7cb37f2b30c8b005bc7d320ef03f362492a48e2 /protocols/Tox/src/resource.h | |
parent | 9cbcc4a1234b3ad61110eb733ed8b154f8e3ff68 (diff) |
- fix for the chaos in memory allocation;
- CComPtr used instead of home brewed macro;
- dialog lauout slightly straightened
git-svn-id: http://svn.miranda-ng.org/main/trunk@15318 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/resource.h')
-rw-r--r-- | protocols/Tox/src/resource.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Tox/src/resource.h b/protocols/Tox/src/resource.h index 593c8dec7a..5f21b0905b 100644 --- a/protocols/Tox/src/resource.h +++ b/protocols/Tox/src/resource.h @@ -1,6 +1,6 @@ //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
-// Used by e:\Projects\C++\MirandaNG\protocols\Tox\res\resource.rc
+// Used by w:\miranda-ng\protocols\Tox\res\resource.rc
//
#define IDI_TOX 100
#define IDD_USER_INFO 101
@@ -60,7 +60,7 @@ //
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 115
+#define _APS_NEXT_RESOURCE_VALUE 116
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1025
#define _APS_NEXT_SYMED_VALUE 101
|