aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/keys.h
diff options
context:
space:
mode:
authorOlivier Abad <oabad@noos.fr>1999-12-09 20:43:38 +0000
committerOlivier Abad <oabad@noos.fr>1999-12-09 20:43:38 +0000
commit564a1c1d6206191861c7f84cca6b3d67cbd4d95b (patch)
tree49c64c31482630cdc9a7b3f9c95d571e3e1cbcc8 /gtk/keys.h
parentd66ee4b1c45dd252456f06659ac564a9c1818cea (diff)
plugins support (i.e. Dynamically loadable dissectors)
depends on dlopen() being available on the target platform svn path=/trunk/; revision=1263
Diffstat (limited to 'gtk/keys.h')
-rw-r--r--gtk/keys.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/keys.h b/gtk/keys.h
index 0b73c4e2e1..53e7d60996 100644
--- a/gtk/keys.h
+++ b/gtk/keys.h
@@ -1,7 +1,7 @@
/* keys.h
* Key definitions for various objects
*
- * $Id: keys.h,v 1.7 1999/11/25 18:02:24 gerald Exp $
+ * $Id: keys.h,v 1.8 1999/12/09 20:41:41 oabad Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -39,4 +39,6 @@
#define PRINT_FILE_TE_KEY "printer_file_entry"
#define PRINT_DEST_RB_KEY "printer_destination_radio_button"
+#define PLUGINS_DFILTER_TE "plugins_dfilter_te"
+
#endif