diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-06-09 20:42:18 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-06-09 20:42:18 +0000 |
commit | df8bc2304a8afe0319f8909f397bdf1a0670b710 (patch) | |
tree | 912af3e7cc49884c4f00fbcefd24b18f5deaccc1 /plugins/MirLua/src/resource.h | |
parent | e80b0c7dd5b03b9e289740037171dea69691e7df (diff) |
MirLua:
- renamed m_clist module to m_menus
- added m_icons module
- added examples with comments
git-svn-id: http://svn.miranda-ng.org/main/trunk@14091 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirLua/src/resource.h')
-rw-r--r-- | plugins/MirLua/src/resource.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/MirLua/src/resource.h b/plugins/MirLua/src/resource.h index 069755a7c8..6a43423102 100644 --- a/plugins/MirLua/src/resource.h +++ b/plugins/MirLua/src/resource.h @@ -2,11 +2,13 @@ // Microsoft Visual C++ generated include file.
// Used by E:\Projects\C++\MirandaNG\plugins\MirLua\res\resource.rc
//
+#define IDI_ICON 100
+
// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE 104
+#define _APS_NEXT_RESOURCE_VALUE 105
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1011
#define _APS_NEXT_SYMED_VALUE 101
|