diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-02-20 23:41:39 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-02-20 23:41:39 +0000 |
commit | 858a7a599391c064481a630933f37c5ecd7c3fe5 (patch) | |
tree | a418743fdd9b44ac150bd5c6d78337349db748c7 /protocols/Tox/src/resource.h | |
parent | 1468a7f080de048e7c301af58d890d530c5ee685 (diff) |
Tox: reworked node list
git-svn-id: http://svn.miranda-ng.org/main/trunk@12226 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Tox/src/resource.h')
-rw-r--r-- | protocols/Tox/src/resource.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/Tox/src/resource.h b/protocols/Tox/src/resource.h index 1b8a19fab3..e554f90be7 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 d:\Miranda_orig\protocols\Tox\res\resource.rc
+// Used by e:\Projects\C++\MirandaNG\protocols\Tox\res\resource.rc
//
#define IDD_USER_INFO 101
#define IDD_PASSWORD 102
@@ -34,7 +34,6 @@ #define IDC_AUDIOFILTER 1023
#define IDC_COMBO_VIDEOINPUT 1024
-
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
|