diff options
Diffstat (limited to 'plugins/AutoRun/res/autorun.rc')
-rw-r--r-- | plugins/AutoRun/res/autorun.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/AutoRun/res/autorun.rc b/plugins/AutoRun/res/autorun.rc index 889686ed3d..bcdb00807e 100644 --- a/plugins/AutoRun/res/autorun.rc +++ b/plugins/AutoRun/res/autorun.rc @@ -27,9 +27,9 @@ LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT //
IDD_OPT_AUTORUN DIALOGEX 0, 0, 200, 90
-STYLE DS_3DLOOK | DS_FIXEDSYS | WS_CHILD | WS_VISIBLE
+STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD
EXSTYLE WS_EX_CONTROLPARENT
-FONT 8, "MS Shell Dlg"
+FONT 8, "MS Shell Dlg", 0, 0, 0x1
BEGIN
GROUPBOX "Autorun",0,3,3,193,60
CONTROL "Launch Miranda NG at system startup",IDC_AUTORUN,"Button",
|