summaryrefslogtreecommitdiff
path: root/ui/iface_toolbar.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2017-04-28 21:26:53 +0200
committerStig Bjørlykke <stig@bjorlykke.org>2017-05-02 09:34:01 +0000
commit741d4f5898082f29c6732f16dd57139021545c15 (patch)
tree92f378c9557fd526f5469d8a4f30ea6563cd52e4 /ui/iface_toolbar.h
parentafb4de370a4c54e08e9367b55ae142414efc6e8f (diff)
downloadwireshark-741d4f5898082f29c6732f16dd57139021545c15.tar.gz
Qt: Interface Toolbar improvements
- Select one of the capturing interfaces when start capture - Only send user changed control values when start capture - Don't show hidden interfaces - Allow a toolbar with no interfaces - Renamed button role "reset" to "restore" - Improved control number validation - Updated documentation Change-Id: Icc8d04043c95c1f3ef8d7cdc3b251be4471cba0a Reviewed-on: https://code.wireshark.org/review/21445 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
Diffstat (limited to 'ui/iface_toolbar.h')
-rw-r--r--ui/iface_toolbar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/iface_toolbar.h b/ui/iface_toolbar.h
index 888c817230..5a5421cad7 100644
--- a/ui/iface_toolbar.h
+++ b/ui/iface_toolbar.h
@@ -41,7 +41,7 @@ typedef enum {
INTERFACE_ROLE_CONTROL,
INTERFACE_ROLE_HELP,
INTERFACE_ROLE_LOGGER,
- INTERFACE_ROLE_RESET
+ INTERFACE_ROLE_RESTORE
} iface_toolbar_ctrl_role;
typedef struct _iface_toolbar_value {