aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2013-01-21 17:12:07 +0000
committerGerald Combs <gerald@wireshark.org>2013-01-21 17:12:07 +0000
commit8189823b7331f5d538e132ff632b66cef14f3b1d (patch)
treebc8371eb514ac501b3b7953658276ab1e8313dbf
parentcbdd3ca0908528ef27efd94cb2b94f7f6a556e05 (diff)
Update the ignore shortcuts to match r47194.
svn path=/trunk/; revision=47200
-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 64d3e0d642..3ff0242030 100644
--- a/ui/qt/main_window.ui
+++ b/ui/qt/main_window.ui
@@ -1057,7 +1057,7 @@
<string>Ignore or unignore this packet</string>
</property>
<property name="shortcut">
- <string>Meta+X</string>
+ <string>Ctrl+D</string>
</property>
</action>
<action name="actionEditIgnoreAllDisplayed">
@@ -1068,7 +1068,7 @@
<string>Ignore all displayed packets</string>
</property>
<property name="shortcut">
- <string>Meta+Alt+Shift+X</string>
+ <string>Ctrl+Alt+Shift+D</string>
</property>
</action>
<action name="actionEditUnignoreAllDisplayed">
@@ -1079,7 +1079,7 @@
<string>Unignore all displayed packets</string>
</property>
<property name="shortcut">
- <string>Meta+Shift+X</string>
+ <string>Ctrl+Shift+D</string>
</property>
</action>
<action name="actionEditSetTimeReference">