Qt: Add missing break in Win32 file export init dialog function

This commit is contained in:
Jaap Keuter 2020-12-11 11:05:29 +01:00 committed by Wireshark GitLab Utility
parent 746051d099
commit beb1877841
1 changed files with 1 additions and 0 deletions

View File

@ -680,6 +680,7 @@ format_handle_wm_initdialog(HWND dlg_hwnd, print_args_t *args) {
break;
case print_dissections_expanded:
SendMessage(cur_ctrl, CB_SETCURSEL, 2, 0);
break;
default:
g_assert_not_reached();
}