aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/keys.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-01-18 08:38:18 +0000
committerGuy Harris <guy@alum.mit.edu>2000-01-18 08:38:18 +0000
commit4603877dc40c99c96a43f0ecb702b9d1c056d4b6 (patch)
treecd1968b09d603a156fa23c3a5e63cecb1d9db6a4 /gtk/keys.h
parent4aaff9af74321c8b6e92585e958f772f2c6557fa (diff)
Jerry Talkington's changes to support, in the packet list and protocol
tree panes, menus popped up by the right mouse button. svn path=/trunk/; revision=1504
Diffstat (limited to 'gtk/keys.h')
-rw-r--r--gtk/keys.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/gtk/keys.h b/gtk/keys.h
index b64ec08511..af0841947e 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.9 2000/01/06 07:33:33 guy Exp $
+ * $Id: keys.h,v 1.10 2000/01/18 08:38:16 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -40,4 +40,8 @@
#define PLUGINS_DFILTER_TE "plugins_dfilter_te"
+#define PM_MENU_LIST_KEY "popup_menu_menu_list"
+#define PM_PACKET_LIST_KEY "popup_menu_packet_list"
+#define PM_TREE_VIEW_KEY "popup_menu_tree_view"
+
#endif