aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/preferences_dialog.ui
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2017-07-10 22:29:03 -0400
committerAnders Broman <a.broman58@gmail.com>2017-07-11 08:40:13 +0000
commitd4d30faeb85c5adf39aca3ae5e52db225c88ea48 (patch)
treed4e28b58eee715a40f6f51b5b8f0384c6ad338a5 /ui/qt/preferences_dialog.ui
parent2483ef02c886132c7291694deda20e7ca295527b (diff)
Promote Expert preference UAT to main preference tree.
"Expert" has been treated as a protocol "internally", but I doubt users would consider it one. Since the only preference is a UAT, just make it its own leaf off of the main preference tree (similar to Filter Expressions UAT) and not have it buried with all of the protocols. Change-Id: I385314d8791440e6ced3dbd71305ee75bc373e52 Reviewed-on: https://code.wireshark.org/review/22580 Reviewed-by: Michael Mann <mmann78@netscape.net> Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui/qt/preferences_dialog.ui')
-rw-r--r--ui/qt/preferences_dialog.ui6
1 files changed, 6 insertions, 0 deletions
diff --git a/ui/qt/preferences_dialog.ui b/ui/qt/preferences_dialog.ui
index 6ecb55369a..621076fe53 100644
--- a/ui/qt/preferences_dialog.ui
+++ b/ui/qt/preferences_dialog.ui
@@ -61,6 +61,11 @@
</item>
<item>
<property name="text">
+ <string>Expert</string>
+ </property>
+ </item>
+ <item>
+ <property name="text">
<string>Filter Buttons</string>
</property>
</item>
@@ -85,6 +90,7 @@
<widget class="ColumnPreferencesFrame" name="columnFrame"/>
<widget class="FontColorPreferencesFrame" name="fontandcolorFrame"/>
<widget class="CapturePreferencesFrame" name="captureFrame"/>
+ <widget class="UatFrame" name="expertFrame"/>
<widget class="UatFrame" name="filterExpressonsFrame"/>
<widget class="QFrame" name="advancedFrame">
<layout class="QVBoxLayout" name="verticalLayout_2">