summaryrefslogtreecommitdiff
path: root/ui/qt/main_window.ui
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2017-06-07 10:08:46 +0200
committerStig Bjørlykke <stig@bjorlykke.org>2017-06-07 13:09:03 +0000
commitf1496b6dff0460e5137673bf55bd49a1f19d361d (patch)
treeb1150487c0070b69b6829a24371e57bf7605ff20 /ui/qt/main_window.ui
parent34a6b71342d49d835c8c5d368cb41a70d0c1269b (diff)
downloadwireshark-f1496b6dff0460e5137673bf55bd49a1f19d361d.tar.gz
Qt: Wireless Timeline improvements
- Change keyboard shortcuts to Ctrl+Shift+[IOU] - Use UTF8_MICRO_SIGN in tooltip text - Change 0xffffffffffffffff with G_MAXUINT64 - Check for valid wlan_radio *ri before use - Small whitespace cleanups Change-Id: I9fa85c0d675ef3837510afaf5f1b723d89ac134c Ping-Bug: 13769 Reviewed-on: https://code.wireshark.org/review/21993 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net> Reviewed-by: Simon Barber <simon.barber@meraki.net> Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
Diffstat (limited to 'ui/qt/main_window.ui')
-rw-r--r--ui/qt/main_window.ui6
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/qt/main_window.ui b/ui/qt/main_window.ui
index 7c359249c5..83f45517c9 100644
--- a/ui/qt/main_window.ui
+++ b/ui/qt/main_window.ui
@@ -2994,7 +2994,7 @@
<string>Zoom in on the wireless timeline</string>
</property>
<property name="shortcut">
- <string>Ctrl+I</string>
+ <string>Ctrl+Shift+I</string>
</property>
</action>
<action name="actionWirelessTimelineZoomOut">
@@ -3005,7 +3005,7 @@
<string>Zoom out on the wireless timeline</string>
</property>
<property name="shortcut">
- <string>Ctrl+O</string>
+ <string>Ctrl+Shift+O</string>
</property>
</action>
<action name="actionWirelessTimelineZoomFullOut">
@@ -3016,7 +3016,7 @@
<string>Fully zoom out on the wireless timeline</string>
</property>
<property name="shortcut">
- <string>Ctrl+U</string>
+ <string>Ctrl+Shift+U</string>
</property>
</action>
</widget>