aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/plugins_dlg.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-12-29 07:39:51 +0000
committerGuy Harris <guy@alum.mit.edu>1999-12-29 07:39:51 +0000
commit868eb7518a7916f2a401595f61fe5f958bdb578a (patch)
tree4b0bcb58a0c1ddf6ef86f799f29f82f04e784e01 /gtk/plugins_dlg.c
parent03f0d99a70e4fa06113f2747c939eed09943bf84 (diff)
Update a comment.
svn path=/trunk/; revision=1390
Diffstat (limited to 'gtk/plugins_dlg.c')
-rw-r--r--gtk/plugins_dlg.c15
1 files changed, 12 insertions, 3 deletions
diff --git a/gtk/plugins_dlg.c b/gtk/plugins_dlg.c
index f3f635215f..08cb7b315e 100644
--- a/gtk/plugins_dlg.c
+++ b/gtk/plugins_dlg.c
@@ -1,7 +1,7 @@
/* plugins_dlg.c
* Dialog boxes for plugins
*
- * $Id: plugins_dlg.c,v 1.5 1999/12/28 04:40:13 gerald Exp $
+ * $Id: plugins_dlg.c,v 1.6 1999/12/29 07:39:51 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -160,8 +160,17 @@ tools_plugins_cmd_cb(GtkWidget *widget, gpointer data)
}
/*
- * scan /usr/share/ethereal/plugins, /usr/local/share/ethereal/plugins and
- * ~/.ethereal/plugins and fill the clist widget
+ * Scan
+ *
+ * /usr/lib/ethereal/plugins/0.8
+ *
+ * /usr/local/lib/ethereal/plugins/0.8
+ *
+ * PLUGIN_DIR, if it's different from both of the above
+ *
+ * ~/.ethereal/plugins
+ *
+ * and fill the clist widget.
*/
static void
plugins_scan(GtkWidget *clist)