aboutsummaryrefslogtreecommitdiffstats
path: root/image
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2018-11-09 18:04:05 +0100
committerAnders Broman <a.broman58@gmail.com>2018-11-10 07:42:44 +0000
commitb0582230f339ac98b05527544e8c6c6668bf2566 (patch)
treef1209251d05f94f77ae10f2511d853f2803a1d53 /image
parentc0aad886bad7374a4990db32cfc2cda78a77bf75 (diff)
UI: Remove Win32 file dialog stuff specific to GTK
Remove "Export SSL Session Keys", "Import/Export Color Filters" and "Export Raw Bytes" dialogs. These were only used by GTK+ as Qt has its own implementation. Change-Id: I0520a0f6e35d0f8a55c58e77f89c5229393c2b23 Reviewed-on: https://code.wireshark.org/review/30559 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'image')
-rw-r--r--image/file_dlg_win32.rc15
1 files changed, 0 insertions, 15 deletions
diff --git a/image/file_dlg_win32.rc b/image/file_dlg_win32.rc
index f9237e76e7..ffc679f795 100644
--- a/image/file_dlg_win32.rc
+++ b/image/file_dlg_win32.rc
@@ -144,18 +144,3 @@ FONT 8, "MS Shell Dlg"
CONTROL "Each packet on a new page", EWFD_PKT_NEW_PAGE_CB, "Button", BS_AUTOCHECKBOX | WS_TABSTOP, 350, 80, 106, 10
}
-
-
-WIRESHARK_EXPORTRAWFILENAME_TEMPLATE DIALOGEX 0, 0, 200, 18
-STYLE WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS | DS_3DLOOK | DS_CONTROL
-FONT 8, "MS Shell Dlg"
-{
- LTEXT "-", EWFD_EXPORTRAW_ST, 5, 5, 180, 8
-}
-
-WIRESHARK_EXPORTSSLKEYSFILENAME_TEMPLATE DIALOGEX 0, 0, 200, 18
-STYLE WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS | DS_3DLOOK | DS_CONTROL
-FONT 8, "MS Shell Dlg"
-{
- LTEXT "-", EWFD_EXPORTSSLKEYS_ST, 5, 5, 180, 8
-}