aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/ui
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2012-03-23 02:37:25 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2012-03-23 02:37:25 +0000
commit48b1c7ae5cb7f51d8016315661bf504b477e5ec1 (patch)
tree83ef9a34ac4d4128c7dfe7379b76478a85b19259 /ui/gtk/ui
parent26125e7f14575d6be9f9e0ae345af383ebb75fea (diff)
As I think Guy said a while back (quoting some HIG): anything you can do in a
popup should also be available through a regular menu. So, make the "Manually resolve address" function availble in under View->Name Resolution . (Yes, technically this is an "Edit"-like action, but it just fits so well under Name Resolution.) While there, move "Resolve Name" from main_menu_bar_toggle_action_entries[] into main_menu_bar_entries[] so it doesn't get a (useless) toggle indicator. (At least as I understand this function, it's supposed to allow you to tell Wireshark to go off and try to resolve the names in the current frame; unfortunately it doesn't seem to actually work.) svn path=/trunk/; revision=41747
Diffstat (limited to 'ui/gtk/ui')
-rw-r--r--ui/gtk/ui/main-menubar-ui.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/gtk/ui/main-menubar-ui.xml b/ui/gtk/ui/main-menubar-ui.xml
index f448f63d2b..330348415f 100644
--- a/ui/gtk/ui/main-menubar-ui.xml
+++ b/ui/gtk/ui/main-menubar-ui.xml
@@ -110,6 +110,7 @@ xml description of Wireshark's main menubar, loaded from main_menubar.c in the g
</menu>
<menu name= 'NameResolution' action='/View/NameResolution'>
<menuitem name='ResolveName' action='/View/NameResolution/ResolveName'/>
+ <menuitem name='ManuallyResolveName' action='/View/NameResolution/ManuallyResolveName'/>
<separator/>
<menuitem name='EnableforMACLayer' action='/View/NameResolution/EnableforMACLayer'/>
<menuitem name='EnableforNetworkLayer' action='/View/NameResolution/EnableforNetworkLayer'/>