summaryrefslogtreecommitdiff
path: root/packet-rsync.c
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-01-17 12:51:00 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-01-17 12:51:00 +0000
commit8020cdf176222acab888f413ce80235e6595286d (patch)
tree0bcfc316cf1c05891f11eb6b2e63f72bde805f61 /packet-rsync.c
parent116bb3c25ed64511b9798872fba9dcadd39bf66d (diff)
downloadwireshark-8020cdf176222acab888f413ce80235e6595286d.tar.gz
splitted some of the preferences texts into more than one line,
to reduce the size of the preferences dialog. This becoming necessary, as some of the texts were huge svn path=/trunk/; revision=9693
Diffstat (limited to 'packet-rsync.c')
-rw-r--r--packet-rsync.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-rsync.c b/packet-rsync.c
index 9c7eb93385..8825eff877 100644
--- a/packet-rsync.c
+++ b/packet-rsync.c
@@ -3,7 +3,7 @@
* [ very rough, but mininally functional ]
* Copyright 2003, Brad Hards <bradh@frogmouth.net>
*
- * $Id: packet-rsync.c,v 1.6 2003/07/08 04:06:26 tpot Exp $
+ * $Id: packet-rsync.c,v 1.7 2004/01/17 12:51:00 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -326,7 +326,7 @@ proto_register_rsync(void)
10,
&glb_rsync_tcp_port);
prefs_register_bool_preference(rsync_module, "desegment",
- "Desegment all RSYNC messages spanning multiple TCP segments",
+ "Desegment all RSYNC messages\nspanning multiple TCP segments",
"Whether the RSYNC dissector should desegment all messages spanning multiple TCP segments",
&rsync_desegment);
}