aboutsummaryrefslogtreecommitdiffstats
path: root/image/file_dlg_win32.rc
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-10-09 15:34:40 +0000
committerGerald Combs <gerald@wireshark.org>2012-10-09 15:34:40 +0000
commitb28da10eecd3e925703c9d7ebbcb225f634193e5 (patch)
tree91a36ff141dd525c65c8451d7d03ad25604943ad /image/file_dlg_win32.rc
parent9d37b987483179abf79f920e13936af799cbdfee (diff)
Fix Qt compilation on Windows. Check the user-supplied range syntax
and provide instant feedback in the Win32 file dialog similar to the Qt code. Tango-ize some colors. Escape a backslash in QtShark.pro. svn path=/trunk/; revision=45430
Diffstat (limited to 'image/file_dlg_win32.rc')
-rw-r--r--image/file_dlg_win32.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/image/file_dlg_win32.rc b/image/file_dlg_win32.rc
index 7236a8fab7..ef399072de 100644
--- a/image/file_dlg_win32.rc
+++ b/image/file_dlg_win32.rc
@@ -51,7 +51,7 @@ FONT 8, "MS Shell Dlg"
CONTROL "Marked packets", EWFD_MARKED_BTN, "Button", BS_AUTORADIOBUTTON, 78, 47, 67, 10
CONTROL "First to last marked", EWFD_FIRST_LAST_BTN, "Button", BS_AUTORADIOBUTTON, 78, 59, 75, 10
CONTROL "Range:", EWFD_RANGE_BTN, "Button", BS_AUTORADIOBUTTON, 78, 71, 35, 10
- EDITTEXT EWFD_RANGE_EDIT, 117, 70, 105, 12, ES_AUTOHSCROLL
+ CONTROL "", EWFD_RANGE_EDIT, RICHEDIT_CLASS, ES_AUTOHSCROLL, 117, 70, 105, 12, WS_EX_CLIENTEDGE
CONTROL "Remove Ignored packets", EWFD_REMOVE_IGN_CB, "Button", BS_AUTOCHECKBOX | WS_TABSTOP, 78, 83, 100, 10
LTEXT "0", EWFD_ALL_PKTS_CAP, 232, 24, 39, 8, SS_RIGHT