summaryrefslogtreecommitdiff
path: root/docbook
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2017-02-13 23:00:00 +0100
committerStig Bjørlykke <stig@bjorlykke.org>2017-02-14 18:15:12 +0000
commitc01cdd4e47687bf6be505f989ff5e5b54b089ac4 (patch)
tree36116e0de13b5c329e461476d20e8ff034f74d89 /docbook
parentfe78e1302f6076291e7270de2e8443ddb2c082af (diff)
downloadwireshark-c01cdd4e47687bf6be505f989ff5e5b54b089ac4.tar.gz
Qt: Reset Default profile support
Add support for resetting the Default profile by deleting it in the Profile Dialog. All profile files will be deleted and all other files will be kept. Change-Id: I795a6db3ee7b2c29e7aba461183e6cc411798b75 Reviewed-on: https://code.wireshark.org/review/20097 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
Diffstat (limited to 'docbook')
-rw-r--r--docbook/release-notes.asciidoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/docbook/release-notes.asciidoc b/docbook/release-notes.asciidoc
index a247917dcf..df4e40900a 100644
--- a/docbook/release-notes.asciidoc
+++ b/docbook/release-notes.asciidoc
@@ -44,6 +44,7 @@ since version 2.2.0:
* Added support for dissectors to include a unit name natively in their hf field.
A field can now automatically append "seconds" or "ms" to its value without
additional printf-style APIs.
+* The Default profile can now be reset to default values.
//=== Removed Dissectors