aboutsummaryrefslogtreecommitdiffstats
path: root/tools/svnadd
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2012-12-23 04:37:58 +0000
committerGerald Combs <gerald@wireshark.org>2012-12-23 04:37:58 +0000
commita5d5162826b0349b0a7846d8336afdd77ab07a65 (patch)
tree1b47592d5aeb6b4cfcab86bf9264242446fc99b4 /tools/svnadd
parentaa347d504f65d3c8650c02a3b2cd839d11d0936b (diff)
Qt: Implement packet comments. Fix packet detail updates.
GTK+: Shorten the packet comment menu item name. Remove a couple of unneeded includes. Both: Add an arbitrary 20 MB limit when fetching all packet comments. Use a color from the Tango palette for comments. svn path=/trunk/; revision=46709
Diffstat (limited to 'tools/svnadd')
-rwxr-xr-xtools/svnadd4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/svnadd b/tools/svnadd
index c4455c0055..fa2d351d7d 100755
--- a/tools/svnadd
+++ b/tools/svnadd
@@ -63,6 +63,10 @@ do
*.gz)
svn ps svn:mime-type application/x-gzip $file
;;
+ *.ui)
+ svn ps svn:eol-style native $file
+ svn ps svn:mime-type text/xml $file
+ ;;
*.xml)
svn ps svn:keywords Id $file
svn ps svn:eol-style native $file