From b28da10eecd3e925703c9d7ebbcb225f634193e5 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Tue, 9 Oct 2012 15:34:40 +0000 Subject: 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 --- image/file_dlg_win32.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'image/file_dlg_win32.rc') 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 -- cgit v1.2.3