aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_window.ui
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2015-08-04 08:56:28 -0700
committerGerald Combs <gerald@wireshark.org>2015-08-04 19:12:00 +0000
commit4d673b24cd6bb7a8b8c1150b65f1f94d464af91b (patch)
tree17767a71d3d2ae889f96171ebd3372972524e30d /ui/qt/main_window.ui
parent3e6b52711468ff61d662f15083ab44e2d0b6c4e7 (diff)
Convert Camel tap stats to new "generic stat API".
Migrate the Camel stats similar to the recent BOOTP and H.225 migrations. Change-Id: If82617068ff4b8fa186899f66dc34a08585f66cb Reviewed-on: https://code.wireshark.org/review/9865 Petri-Dish: Gerald Combs <gerald@wireshark.org> Reviewed-by: Gerald Combs <gerald@wireshark.org>
Diffstat (limited to 'ui/qt/main_window.ui')
-rw-r--r--ui/qt/main_window.ui7
1 files changed, 7 insertions, 0 deletions
diff --git a/ui/qt/main_window.ui b/ui/qt/main_window.ui
index 9211ed527c..0eb120af46 100644
--- a/ui/qt/main_window.ui
+++ b/ui/qt/main_window.ui
@@ -515,8 +515,15 @@
</property>
<addaction name="actionTelephonyANSIPlaceholder"/>
</widget>
+ <widget class="QMenu" name="menuGSM">
+ <property name="title">
+ <string>GSM</string>
+ </property>
+ <addaction name="actionTelephonyANSIPlaceholder"/>
+ </widget>
<addaction name="actionTelephonyVoipCalls"/>
<addaction name="menuANSI"/>
+ <addaction name="menuGSM"/>
<addaction name="actionTelephonyISUPMessages"/>
<addaction name="menuRTP"/>
<addaction name="menuRTSP"/>