aboutsummaryrefslogtreecommitdiffstats
path: root/epan/plugins.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-28 19:49:07 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-05-28 19:49:07 +0000
commitaa47e6671bed073aa2728dcbf1a581909cfdc432 (patch)
tree31a9a64d87d2dd5f357179caf0fe9fe8538dfeb6 /epan/plugins.c
parent6774b7e9b6ea400e1aa986e58848f0f5da28e77e (diff)
Ethereal->Wireshark
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18234 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/plugins.c')
-rw-r--r--epan/plugins.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/plugins.c b/epan/plugins.c
index 9680c1fd1c..a690422ff8 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.ethereal.com/ethereal/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.com/wireshark/trunk/doc/README.plugins",
name);
g_module_close(handle);
continue;
@@ -378,7 +378,7 @@ char *get_plugins_global_dir(const char *plugin_dir)
*/
g_free(install_plugin_dir);
install_plugin_dir =
- g_strdup("C:\\Program Files\\Ethereal\\plugins\\" VERSION);
+ g_strdup("C:\\Program Files\\Wireshark\\plugins\\" VERSION);
}
return install_plugin_dir;