aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2006-06-02 06:50:57 +0000
committerJörg Mayer <jmayer@loplof.de>2006-06-02 06:50:57 +0000
commitd9b930a7d726bf39d40148f34b8eee63c021b701 (patch)
tree2c0c6f7e9e1e0b681526811996ea5912050f01cc /epan
parent62179dd08fa35c6496d29ef99459706fa3531b8d (diff)
image/wireshark.rc.in
svn path=/trunk/; revision=18310
Diffstat (limited to 'epan')
-rw-r--r--epan/plugins.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/plugins.c b/epan/plugins.c
index a690422ff8..f663f36be9 100644
--- a/epan/plugins.c
+++ b/epan/plugins.c
@@ -283,7 +283,7 @@ plugins_scan_dir(const char *dirname)
/*
* It's just an unsupported old-style plugin;
*/
- report_failure("The plugin %s has an old plugin init routine. Support has been dropped.\n Information on how to update your plugin is available at \nhttp://anonsvn.wireshark.com/wireshark/trunk/doc/README.plugins",
+ report_failure("The plugin %s has an old plugin init routine. Support has been dropped.\n Information on how to update your plugin is available at \nhttp://anonsvn.wireshark.org/wireshark/trunk/doc/README.plugins",
name);
g_module_close(handle);
continue;