summaryrefslogtreecommitdiff
path: root/plugins/MirLua/res/resource.rc
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2015-06-25 09:23:44 +0000
committerAlexander Lantsev <aunsane@gmail.com>2015-06-25 09:23:44 +0000
commit6613345b8d2a3aaf95cb1947863496bb91bdebc4 (patch)
treeca3b389dd3417b6017f8bc2eed7462b1c7d251cc /plugins/MirLua/res/resource.rc
parent4a06760bfa858838bd71219c9e2541ab71b34126 (diff)
MirLua: added open button in script list
git-svn-id: http://svn.miranda-ng.org/main/trunk@14373 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirLua/res/resource.rc')
-rw-r--r--plugins/MirLua/res/resource.rc3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/MirLua/res/resource.rc b/plugins/MirLua/res/resource.rc
index 25fa2d9766..460294cf4d 100644
--- a/plugins/MirLua/res/resource.rc
+++ b/plugins/MirLua/res/resource.rc
@@ -63,6 +63,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_NEUTRAL
// Icon with lowest ID value placed first to ensure application icon
// remains consistent on all systems.
IDI_ICON ICON "icon.ico"
+IDI_OPEN ICON "open.ico"
/////////////////////////////////////////////////////////////////////////////
//
@@ -74,7 +75,7 @@ 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 | LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,0,0,310,220
+ CONTROL "",IDC_SCRIPTS,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_ALIGNLEFT | LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,0,0,310,220
PUSHBUTTON "Reload all",IDC_RELOAD,234,224,76,14
END