Wireshark-commits: [Wireshark-commits] master 99f4ccb: Qt: Use a standard "Start" button in Capture
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=99f4ccb7a0b202af6f8e02252d8b23935e7f4825
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
99f4ccb by Gerald Combs (gerald@xxxxxxxxxxxxx):
Qt: Use a standard "Start" button in Capture Options.
QDialogButtonBox does a fine job of creating and managing buttons.
Instead of creating our own "Start" button, just rename the "OK" button.
This matches what we do elsewhere, e.g. in the Extcap Options dialog.
Change-Id: I3c5eec1f01925f7b82c4e7360d685acbe4bb2fea
Reviewed-on: https://code.wireshark.org/review/15653
Petri-Dish: Jaap Keuter <jaap.keuter@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
from 469719f [docsis->rngrsp] Packet decoded in greater detail
adds 99f4ccb Qt: Use a standard "Start" button in Capture Options.
Summary of changes:
ui/qt/capture_interfaces_dialog.cpp | 13 ++++++-------
ui/qt/capture_interfaces_dialog.h | 4 +---
ui/qt/capture_interfaces_dialog.ui | 2 +-
3 files changed, 8 insertions(+), 11 deletions(-)