diff options
author | aunsane <aunsane@gmail.com> | 2018-06-13 21:06:38 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2018-06-15 20:43:41 +0300 |
commit | 3d95ec897aba52663e8aa919bb8dd9eed5f74dbc (patch) | |
tree | 7428bcc4d8ad95c2a7ef78990db58707fbb108ef /plugins/MirLua/res/resource.rc | |
parent | a183cb3bb45cfd3e59e0220b71dba7fa10d0e358 (diff) |
MirLua:
- Lua engine moved to separate class
- added ability to compile scripts
- renamed script enable setting name
- version bump
Diffstat (limited to 'plugins/MirLua/res/resource.rc')
-rw-r--r-- | plugins/MirLua/res/resource.rc | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/plugins/MirLua/res/resource.rc b/plugins/MirLua/res/resource.rc index 66744b2c00..86e499df0c 100644 --- a/plugins/MirLua/res/resource.rc +++ b/plugins/MirLua/res/resource.rc @@ -63,11 +63,18 @@ LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL // Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_SCRIPT ICON "script.ico"
+
IDI_OPEN ICON "open.ico"
+
IDI_RELOAD ICON "reload.ico"
+
IDI_FAILED ICON "failed.ico"
+
IDI_LOADED ICON "loaded.ico"
+IDI_COMPILE ICON "compile.ico"
+
+
/////////////////////////////////////////////////////////////////////////////
//
// Dialog
@@ -121,9 +128,9 @@ END // AFX_DIALOG_LAYOUT
//
-IDD_OPTIONS AFX_DIALOG_LAYOUT
+IDD_OPTIONS AFX_DIALOG_LAYOUT
BEGIN
- 0x0000
+ 0
END
#endif // English resources
|