URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=997e21d1e9d71bbf13a5d49307ed171ba6afbeda
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
997e21d by Gerald Combs (gerald@xxxxxxxxxxxxx):
Qt: Rename the Capture Interfaces dialog to Capture Options.
Rename Capture Interfaces to Capture Options to match its main menu
item. "Options" also more closely matches what the dialog actually does.
Fixup a help item URL while we're here.
Change-Id: Iec8bdfc9f7ae6fc4fd9e97bb366b63cff139f3a6
Reviewed-on: https://code.wireshark.org/review/35294
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from ba2e69b WSUG: Remove some old, unused images.
add 997e21d Qt: Rename the Capture Interfaces dialog to Capture Options.
Summary of changes:
ui/help_url.c | 10 ++-
ui/help_url.h | 4 +-
ui/qt/CMakeLists.txt | 6 +-
...faces_dialog.cpp => capture_options_dialog.cpp} | 78 +++++++++++-----------
...nterfaces_dialog.h => capture_options_dialog.h} | 18 ++---
...erfaces_dialog.ui => capture_options_dialog.ui} | 4 +-
ui/qt/compiled_filter_output.cpp | 4 +-
ui/qt/main_window.cpp | 8 +--
ui/qt/main_window.h | 4 +-
ui/qt/main_window_slots.cpp | 38 +++++------
ui/qt/manage_interfaces_dialog.cpp | 2 +-
ui/qt/welcome_page.cpp | 2 +-
12 files changed, 91 insertions(+), 87 deletions(-)
rename ui/qt/{capture_interfaces_dialog.cpp => capture_options_dialog.cpp} (95%)
rename ui/qt/{capture_interfaces_dialog.h => capture_options_dialog.h} (89%)
rename ui/qt/{capture_interfaces_dialog.ui => capture_options_dialog.ui} (99%)