diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-06-15 15:52:22 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-06-15 15:52:22 +0000 |
commit | 27985042841f1ea60156ed532e0b9f57e9c3b369 (patch) | |
tree | dfb25c2cbdb9b1d8896ce47d9620dd9a569ecf0b /plugins/MirLua/src/resource.h | |
parent | ff55088a637a2716d1ab950b42b992cce78f4f6b (diff) |
MirLua: added options page
git-svn-id: http://svn.miranda-ng.org/main/trunk@14179 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirLua/src/resource.h')
-rw-r--r-- | plugins/MirLua/src/resource.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/plugins/MirLua/src/resource.h b/plugins/MirLua/src/resource.h index 6a43423102..6adee66c1c 100644 --- a/plugins/MirLua/src/resource.h +++ b/plugins/MirLua/src/resource.h @@ -1,8 +1,12 @@ //{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
-// Used by E:\Projects\C++\MirandaNG\plugins\MirLua\res\resource.rc
+// Used by D:\Projects\MirandaNG\plugins\MirLua\res\resource.rc
//
#define IDI_ICON 100
+#define IDD_OPTIONS_MAIN 106
+#define IDD_OPTIONS 106
+#define IDC_LIST1 1011
+#define IDC_SCRIPTS 1011
// Next default values for new objects
//
@@ -10,7 +14,7 @@ #ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 105
#define _APS_NEXT_COMMAND_VALUE 40001
-#define _APS_NEXT_CONTROL_VALUE 1011
+#define _APS_NEXT_CONTROL_VALUE 1012
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif
|