aboutsummaryrefslogtreecommitdiffstats
path: root/image/win32-file-dlg.rc
diff options
context:
space:
mode:
Diffstat (limited to 'image/win32-file-dlg.rc')
-rw-r--r--image/win32-file-dlg.rc10
1 files changed, 6 insertions, 4 deletions
diff --git a/image/win32-file-dlg.rc b/image/win32-file-dlg.rc
index 1413d8258d..34d17e12f0 100644
--- a/image/win32-file-dlg.rc
+++ b/image/win32-file-dlg.rc
@@ -7,8 +7,9 @@ STYLE WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS | DS_3DLOOK | DS_CONTROL
FONT 8, "MS Shell Dlg"
{
// Filter button/entry
- PUSHBUTTON "Filter:", EWFD_FILTER_BTN, 7, 4, 35, 14
- CONTROL "", EWFD_FILTER_EDIT, RICHEDIT_CLASS, ES_AUTOHSCROLL, 49, 5, 101, 12, WS_EX_CLIENTEDGE
+ // PUSHBUTTON "Filter:", EWFD_FILTER_BTN, 7, 4, 35, 14
+ LTEXT "Display filter:", EWFD_FILTER_LBL, 7, 7, 49, 14
+ CONTROL "", EWFD_FILTER_EDIT, RICHEDIT_CLASS, ES_AUTOHSCROLL, 52, 5, 88, 12, WS_EX_CLIENTEDGE
CHECKBOX "MAC name resolution", EWFD_MAC_NR_CB, 7, 32, 100, 8, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
CHECKBOX "Network name resolution", EWFD_NET_NR_CB, 7, 47, 100, 8, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP
@@ -62,8 +63,9 @@ STYLE WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS | DS_3DLOOK | DS_CONTROL
FONT 8, "MS Shell Dlg"
{
// Filter button/entry
- PUSHBUTTON "Filter:", EWFD_FILTER_BTN, 7, 4, 35, 14
- CONTROL "", EWFD_FILTER_EDIT, RICHEDIT_CLASS, ES_AUTOHSCROLL, 49, 5, 101, 12, WS_EX_CLIENTEDGE
+ // PUSHBUTTON "Filter:", EWFD_FILTER_BTN, 7, 4, 35, 14
+ LTEXT "Display filter:", EWFD_FILTER_LBL, 7, 7, 49, 14
+ CONTROL "", EWFD_FILTER_EDIT, RICHEDIT_CLASS, ES_AUTOHSCROLL, 52, 5, 88, 12, WS_EX_CLIENTEDGE
CONTROL "Prepend packets to existing file", EWFD_MERGE_PREPEND_BTN, "Button", BS_AUTORADIOBUTTON | WS_GROUP, 7, 32, 120, 8
CONTROL "Merge packets chronologically", EWFD_MERGE_CHRONO_BTN, "Button", BS_AUTORADIOBUTTON, 7, 47, 120, 8