summaryrefslogtreecommitdiff
path: root/plugins/MirLua/res
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2016-06-16 08:03:15 +0000
committerAlexander Lantsev <aunsane@gmail.com>2016-06-16 08:03:15 +0000
commit379d05e49fd38452c8071ff4069bd8d54b6e7b01 (patch)
tree19fb2622327a5255222df076447ff1486ab3f650 /plugins/MirLua/res
parentc990f4c72d79cc5b70d7c27d2acfce906e5f6100 (diff)
MirLua: fixed m_options module
git-svn-id: http://svn.miranda-ng.org/main/trunk@16990 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirLua/res')
-rw-r--r--plugins/MirLua/res/resource.rc11
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/MirLua/res/resource.rc b/plugins/MirLua/res/resource.rc
index 85d91554d8..66744b2c00 100644
--- a/plugins/MirLua/res/resource.rc
+++ b/plugins/MirLua/res/resource.rc
@@ -86,6 +86,13 @@ BEGIN
CONTROL "Popup on obsolete methods",IDC_POPUPONOBSOLETE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,8,21,294,10
END
+IDD_SCRIPTOPTIONSPAGE DIALOGEX 0, 0, 310, 250
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
+EXSTYLE WS_EX_CONTROLPARENT
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
+BEGIN
+END
+
/////////////////////////////////////////////////////////////////////////////
//
@@ -101,6 +108,10 @@ BEGIN
VERTGUIDE, 302
HORZGUIDE, 242
END
+
+ IDD_SCRIPTOPTIONSPAGE, DIALOG
+ BEGIN
+ END
END
#endif // APSTUDIO_INVOKED