aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_window.ui
diff options
context:
space:
mode:
authorChris Maynard <Christopher.Maynard@GTECH.COM>2013-01-22 02:03:41 +0000
committerChris Maynard <Christopher.Maynard@GTECH.COM>2013-01-22 02:03:41 +0000
commitd85feecdd85b174ddedaff93d4ac8f6dc3d5ab13 (patch)
tree1c889554e544516abb6ca696fffd1a0a2a657c02 /ui/qt/main_window.ui
parent0e34036761af456308c016d6c2c4f1e265d7a014 (diff)
For menu consistency and shortcut simplification, change some "Ignore" related shortcuts to match "Mark" and "Time Reference" shortcuts. Specifically:
Ignore All Displayed Packets <alt><shift><control>D ==> <shift><control>D Unignore All Packets <shift><control>D ==> <alt><control>D svn path=/trunk/; revision=47203
Diffstat (limited to 'ui/qt/main_window.ui')
-rw-r--r--ui/qt/main_window.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/qt/main_window.ui b/ui/qt/main_window.ui
index 3ff0242030..ea086b6cf2 100644
--- a/ui/qt/main_window.ui
+++ b/ui/qt/main_window.ui
@@ -1068,7 +1068,7 @@
<string>Ignore all displayed packets</string>
</property>
<property name="shortcut">
- <string>Ctrl+Alt+Shift+D</string>
+ <string>Ctrl+Shift+D</string>
</property>
</action>
<action name="actionEditUnignoreAllDisplayed">
@@ -1079,7 +1079,7 @@
<string>Unignore all displayed packets</string>
</property>
<property name="shortcut">
- <string>Ctrl+Shift+D</string>
+ <string>Ctrl+Alt+D</string>
</property>
</action>
<action name="actionEditSetTimeReference">