diff options
author | Alexander Lantsev <aunsane@gmail.com> | 2015-06-18 15:27:08 +0000 |
---|---|---|
committer | Alexander Lantsev <aunsane@gmail.com> | 2015-06-18 15:27:08 +0000 |
commit | 3af4bb5ed2c17d17ecc8073cd233277ed8541cf1 (patch) | |
tree | 5269a2674b1e50ba322c1636580c84579c321459 /plugins/MirLua/res | |
parent | 6f8ff613bd81e4592173e9039ec0dc6f01ce5e6b (diff) |
MirLua: scripts reloading pt.1
git-svn-id: http://svn.miranda-ng.org/main/trunk@14245 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirLua/res')
-rw-r--r-- | plugins/MirLua/res/resource.rc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/MirLua/res/resource.rc b/plugins/MirLua/res/resource.rc index 3cdd4f6afa..f58f20b403 100644 --- a/plugins/MirLua/res/resource.rc +++ b/plugins/MirLua/res/resource.rc @@ -74,7 +74,8 @@ STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
- CONTROL "",IDC_SCRIPTS,"SysListView32",LVS_REPORT | LVS_ALIGNLEFT | WS_BORDER | WS_TABSTOP | LVS_NOCOLUMNHEADER,7,20,140,172
+ CONTROL "",IDC_SCRIPTS,"SysListView32",LVS_REPORT | LVS_ALIGNLEFT | LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,7,7,296,198
+ PUSHBUTTON "Reload",IDC_RELOAD,253,214,50,14
END
|