remove a \n in the preference string to prevent it from creating a garbage/invalid...
authorsahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 27 Jun 2005 11:06:40 +0000 (11:06 +0000)
committersahlberg <sahlberg@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 27 Jun 2005 11:06:40 +0000 (11:06 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@14798 f5534014-38df-0310-8fa8-9805f1628bb7

epan/dissectors/packet-actrace.c

index b27acc9fffef1249775fbe9554fd73522daa0902..0dc8bef285b6302830d3e7e32f7d0a6c8219b48b 100644 (file)
@@ -799,7 +799,7 @@ void proto_register_actrace(void)
 
     prefs_register_uint_preference(actrace_module, "udp_port",
                                    "AudioCodes Trunk Trace UDP port",
-                                   "Set the UDP port for AudioCodes Trunk Traces.\n"
+                                   "Set the UDP port for AudioCodes Trunk Traces."
                                    "Use http://x.x.x.x/TrunkTraces to enable the traces in the Blade",
                                    10, &global_actrace_udp_port);
 
@@ -870,4 +870,4 @@ static gboolean is_actrace(tvbuff_t *tvb, gint offset)
                return TRUE;
        }
        return FALSE;
-}
\ No newline at end of file
+}