diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2016-06-15 15:57:54 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2016-06-15 15:57:54 +0000 |
commit | 037aeccee0e9986784ad07bef4ad4ebc8a30d58d (patch) | |
tree | 10f21a0c12056dde36e6851f292d015b03d2858d /plugins/MirLua/src/resource.h | |
parent | d7c8421febc417a767fe74afa3a4a22c9bc55b70 (diff) |
MirLua: added m_options module
git-svn-id: http://svn.miranda-ng.org/main/trunk@16978 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, 2 insertions, 2 deletions
diff --git a/plugins/MirLua/src/resource.h b/plugins/MirLua/src/resource.h index 9ed73fc420..b83d89d368 100644 --- a/plugins/MirLua/src/resource.h +++ b/plugins/MirLua/src/resource.h @@ -6,9 +6,9 @@ #define IDI_SCRIPT 100
#define IDI_OPEN 105
#define IDD_OPTIONS 106
+#define IDD_SCRIPTOPTIONSPAGE 107
#define IDI_RELOAD 108
#define IDI_FAILED 109
-#define IDI_ICON2 110
#define IDI_LOADED 110
#define IDC_SCRIPTS 1011
#define IDC_RELOAD 1012
@@ -21,7 +21,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 111
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1015
+#define _APS_NEXT_CONTROL_VALUE 1016
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|