aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/profile_dialog.ui
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2015-12-06 12:15:53 +0100
committerStig Bjørlykke <stig@bjorlykke.org>2015-12-06 12:33:43 +0000
commit3cc9db57dfe32c45cf3521faff0bdaead87c5f2c (patch)
tree1c91141a1b6dc8173862bc827924043ffab4fba3 /ui/qt/profile_dialog.ui
parentd382c7d321642dae8f25e4257da644d87b645c65 (diff)
Qt: No path for created and renamed profiles
The path is not valid for created and renamed profiles because the directory is not created yet. Use this label as a info label to describe where the profile is created from or renamed from instead. Use correct path for the Default profile. Removed Bold from the current profile in status bar list. Added tooltip for system provided profiles. Change-Id: I61c8b1cc811dd9f9419ff9e373a8d00aa4e30446 Ping-Bug: 11704 Reviewed-on: https://code.wireshark.org/review/12447 Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
Diffstat (limited to 'ui/qt/profile_dialog.ui')
-rw-r--r--ui/qt/profile_dialog.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/qt/profile_dialog.ui b/ui/qt/profile_dialog.ui
index 1f834dd1c0..bf52a58226 100644
--- a/ui/qt/profile_dialog.ui
+++ b/ui/qt/profile_dialog.ui
@@ -57,7 +57,7 @@
<item>
<widget class="QToolButton" name="deleteToolButton">
<property name="toolTip">
- <string>Remove this profile.</string>
+ <string>Remove this profile. The Default profile and system provided profiles cannot be removed.</string>
</property>
<property name="icon">
<iconset resource="../../image/toolbar.qrc">
@@ -93,7 +93,7 @@
</spacer>
</item>
<item>
- <widget class="ElidedLabel" name="pathLabel">
+ <widget class="ElidedLabel" name="infoLabel">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>1</horstretch>