summaryrefslogtreecommitdiff
path: root/plugins/SeenPlugin/res/resource.rc
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-01-16 19:56:29 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-01-16 19:56:29 +0000
commit661d17a381b1c6807deace4abc83496c267dda99 (patch)
treee931be46539daa2edde963bcf3e3c6c1530a12d6 /plugins/SeenPlugin/res/resource.rc
parent0913be329035e7bd360f59071b3504ccef31295b (diff)
git-svn-id: http://svn.miranda-ng.org/main/trunk@3122 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SeenPlugin/res/resource.rc')
-rw-r--r--plugins/SeenPlugin/res/resource.rc9
1 files changed, 4 insertions, 5 deletions
diff --git a/plugins/SeenPlugin/res/resource.rc b/plugins/SeenPlugin/res/resource.rc
index a7477f6c0e..9bcb40df6b 100644
--- a/plugins/SeenPlugin/res/resource.rc
+++ b/plugins/SeenPlugin/res/resource.rc
@@ -164,13 +164,12 @@ EXSTYLE WS_EX_CONTROLPARENT
FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
DEFPUSHBUTTON "OK",IDOK,75,101,50,14
- PUSHBUTTON "MButtonClass",IDC_USERMENU,146,5,15,13,BS_ICON | WS_TABSTOP
- PUSHBUTTON "MButtonClass",IDC_DETAILS,163,5,15,13,BS_ICON | WS_TABSTOP
- PUSHBUTTON "MButtonClass",IDC_SENDMSG,180,5,15,13,BS_ICON | WS_TABSTOP
- LISTBOX IDC_HISTORYLIST,5,20,190,59,LBS_NOINTEGRALHEIGHT |
- WS_VSCROLL | WS_TABSTOP
+ LISTBOX IDC_HISTORYLIST,5,20,190,59,LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
CONTROL "Alert when user status changes",IDC_STATUSCHANGE,"Button",
BS_AUTOCHECKBOX | WS_TABSTOP,5,86,190,8
+ CONTROL "",IDC_USERMENU,"MButtonClass",BS_ICON | WS_TABSTOP,140,2,16,16
+ CONTROL "",IDC_DETAILS, "MButtonClass",BS_ICON | WS_TABSTOP,160,2,16,16
+ CONTROL "",IDC_SENDMSG, "MButtonClass",BS_ICON | WS_TABSTOP,180,2,16,16
END