aboutsummaryrefslogtreecommitdiffstats
path: root/image/win32-file-dlg.rc
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2006-03-28 23:06:11 +0000
committerGerald Combs <gerald@wireshark.org>2006-03-28 23:06:11 +0000
commit0c92125f1bed9d440283a891d092ac98a475f285 (patch)
tree1f35a3a785b1a378ec12bfada502ad7727083860 /image/win32-file-dlg.rc
parent9734da71a85df01fce93eb8ee5acda863110b625 (diff)
Make sure the export dialog is large enough. Fix a Unicode issue while
we're at it. svn path=/trunk/; revision=17754
Diffstat (limited to 'image/win32-file-dlg.rc')
-rw-r--r--image/win32-file-dlg.rc8
1 files changed, 4 insertions, 4 deletions
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