From 0c92125f1bed9d440283a891d092ac98a475f285 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Tue, 28 Mar 2006 23:06:11 +0000 Subject: Make sure the export dialog is large enough. Fix a Unicode issue while we're at it. svn path=/trunk/; revision=17754 --- image/win32-file-dlg.rc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'image/win32-file-dlg.rc') diff --git a/image/win32-file-dlg.rc b/image/win32-file-dlg.rc index 5d1109e5e4..277b1c2db5 100644 --- a/image/win32-file-dlg.rc +++ b/image/win32-file-dlg.rc @@ -88,13 +88,13 @@ FONT 8, "MS Shell Dlg" LTEXT "-", EWFD_PTX_ELAPSED, 211, 79, 150, 8 } -// XXX - The width value appears to have no effect, at least on Windows XP. -// yes, this seems to be a bug, see: -// http://softwareforums.intel.com/ids/board/message?board.id=5&message.id=7382 -ETHEREAL_EXPORTFILENAME_TEMPLATE DIALOG 0, 0, 5000, 97 +ETHEREAL_EXPORTFILENAME_TEMPLATE DIALOG 0, 0, 319, 97 STYLE WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS | DS_3DLOOK | DS_CONTROL FONT 8, "MS Shell Dlg" { + // Provide hints for dialog layout and size + LTEXT "", stc32, 1, 1, 250, 0 + GROUPBOX "Packet Range", -1, 5, 2, 210, 90 CONTROL "Captured", EWFD_CAPTURED_BTN, "Button", BS_AUTORADIOBUTTON | WS_GROUP, 110, 13, 45, 10 -- cgit v1.2.3