diff options
author | Ulf Lamping <ulf.lamping@web.de> | 2006-06-23 18:29:48 +0000 |
---|---|---|
committer | Ulf Lamping <ulf.lamping@web.de> | 2006-06-23 18:29:48 +0000 |
commit | 41c9f5e3f669da935ec084115df4a421d472d4c9 (patch) | |
tree | 83e8916a12448c7da482bc2ea62be3bae99caeaa /image | |
parent | 0e1a8a8023436cd89857c44d6c2b472ac647d771 (diff) | |
download | wireshark-41c9f5e3f669da935ec084115df4a421d472d4c9.tar.gz wireshark-41c9f5e3f669da935ec084115df4a421d472d4c9.tar.bz2 wireshark-41c9f5e3f669da935ec084115df4a421d472d4c9.zip |
use file name information from wiretap instead of "build in" values
remove "double combobox" from the save dialog
append the default file extension to the save file name, if the user didn't added one
svn path=/trunk/; revision=18563
Diffstat (limited to 'image')
-rw-r--r-- | image/win32-file-dlg.rc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/image/win32-file-dlg.rc b/image/win32-file-dlg.rc index 5c9fc5b53b..d130724ed2 100644 --- a/image/win32-file-dlg.rc +++ b/image/win32-file-dlg.rc @@ -32,11 +32,6 @@ WIRESHARK_SAVEFILENAME_TEMPLATE DIALOG 0, 0, 368, 116 STYLE WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS | DS_3DLOOK | DS_CONTROL FONT 8, "MS Shell Dlg" { - // XXX - We need to come up with something less confusing than separate - // "Save as type" (which is built-in) and "File format" combos. - LTEXT "File format:", -1, 5, 3, 35, 8 - COMBOBOX EWFD_FILE_TYPE_COMBO, 54, 2, 155, 51, CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP - GROUPBOX "Packet Range", -1, 5, 21, 210, 90 CONTROL "Captured", EWFD_CAPTURED_BTN, "Button", BS_AUTORADIOBUTTON | WS_GROUP, 110, 32, 45, 10 |