Fix menu entry.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34447 f5534014-38df-0310-8fa8-9805f1628bb7
This commit is contained in:
stig 2010-10-09 18:41:46 +00:00
parent 1f68bae616
commit 3eca8534a0
1 changed files with 1 additions and 1 deletions

View File

@ -882,7 +882,7 @@ void
register_tap_listener_voip_calls_dlg(void)
{
register_stat_cmd_arg("voip,calls", voip_calls_init_tap, NULL);
register_stat_menu_item_stock("_VoIP Calls...",
register_stat_menu_item_stock("_VoIP Calls",
REGISTER_STAT_GROUP_TELEPHONY, WIRESHARK_STOCK_TELEPHONE,
voip_calls_launch, NULL, NULL, NULL);
}