diff options
author | dartraiden <wowemuh@gmail.com> | 2019-07-22 17:05:51 +0300 |
---|---|---|
committer | dartraiden <wowemuh@gmail.com> | 2019-07-22 17:06:03 +0300 |
commit | 8925d83bebb239dd6c5a0fa17dec0eec27e10fb4 (patch) | |
tree | 5836088bf8ffeb4811ca3430ac64098be419fa19 /protocols/ConnectionNotify | |
parent | 1ce028fe9533d2479479f379e10508b4b9f72cc3 (diff) |
ConnectionNotify: fix section name
Diffstat (limited to 'protocols/ConnectionNotify')
-rw-r--r-- | protocols/ConnectionNotify/res/ConnectionNotify.rc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/protocols/ConnectionNotify/res/ConnectionNotify.rc b/protocols/ConnectionNotify/res/ConnectionNotify.rc index 00b4a96490..7557da5945 100644 --- a/protocols/ConnectionNotify/res/ConnectionNotify.rc +++ b/protocols/ConnectionNotify/res/ConnectionNotify.rc @@ -22,19 +22,17 @@ FONT 8, "MS Shell Dlg", 0, 0, 0x1 AUTOCHECKBOX "Set popup colors", IDC_SETCOLOURS, 20, 174, 132, 10, WS_GROUP | BS_PUSHLIKE CONTROL "Custom1", IDC_BGCOLOR, "ColourPicker", 0x50030000, 18, 185, 10, 10 CONTROL "Custom1", IDC_FGCOLOR, "ColourPicker", 0x50030000, 78, 185, 10, 9 - GROUPBOX "Use default colors", IDC_STATIC, 10, 164, 187, 52, WS_GROUP + GROUPBOX "Popup options", IDC_STATIC, 10, 164, 187, 52, WS_GROUP LTEXT "Background", IDC_STATIC, 34, 186, 43, 8, SS_LEFT LTEXT "Text", IDC_STATIC, 94, 186, 41, 8, SS_LEFT EDITTEXT IDC_INTERVAL1, 60, 195, 21, 12, WS_GROUP | ES_AUTOHSCROLL RTEXT "Close after:", IDC_STATIC, 12, 197, 47, 9, SS_RIGHT LTEXT "sec (0 default, -1 disabled)", IDC_STATIC, 84, 197, 111, 8, SS_LEFT CONTROL "", IDC_LIST_EXCEPTIONS, WC_LISTVIEW, WS_TABSTOP | WS_BORDER | LVS_ALIGNLEFT | LVS_REPORT, 5, 14, 292, 104 - CTEXT "", IDC_VERSION, 39, 222, 52, 9, SS_CENTER, WS_EX_STATICEDGE CONTROL "", IDC_STATUS, WC_LISTVIEW, WS_TABSTOP | LVS_ALIGNLEFT | LVS_NOCOLUMNHEADER | LVS_NOLABELWRAP | LVS_NOSORTHEADER | LVS_REPORT, 209, 131, 96, 99, WS_EX_CLIENTEDGE GROUPBOX "Settings", IDC_STATIC, 5, 118, 196, 101 AUTOCHECKBOX "try resolve addresses", IDC_RESOLVEIP, 12, 143, 185, 8 EDITTEXT IDC_INTERVAL, 10, 154, 21, 12, ES_AUTOHSCROLL - RTEXT "Version:", IDC_STATIC, 5, 223, 34, 8, SS_RIGHT AUTOCHECKBOX "Show notification if no filter defined", ID_CHK_DEFAULTACTION, 12, 131, 187, 8 LTEXT "Attempt interval (ms)", IDC_STATIC, 35, 155, 163, 8, SS_LEFT PUSHBUTTON "Delete", ID_DELETE, 297, 68, 16, 16, BS_ICON, WS_EX_CLIENTEDGE |