aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/menu.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-01-03 03:57:04 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2000-01-03 03:57:04 +0000
commitf16e14fb5badd8dccf95e70e4e03b169a6e1f2af (patch)
treeb5de062db65e75c7f63585fbe2317f2c99561381 /gtk/menu.h
parent3ffba65d6b5de013abb6d6f8a426af4041be398d (diff)
Have "gtk/menu.c" (and, in the future, code for other UIs) export a set
of routines to enable and disable various sets of menu items; call only those routines, not routines to enable or disable particular menu items, from files in the top-level directory, as other UIs may not refer to menu items with path strings of the sort used in GTK+, and as this buries knowledge of the menu items available in "gtk/menu.c" rather than requiring stuff outside of "gtk/menu.c" to know what menu items exist. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@1410 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'gtk/menu.h')
-rw-r--r--gtk/menu.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/menu.h b/gtk/menu.h
index f3559fa723..289581225a 100644
--- a/gtk/menu.h
+++ b/gtk/menu.h
@@ -1,7 +1,7 @@
/* menu.h
* Menu definitions
*
- * $Id: menu.h,v 1.1 1999/09/01 03:04:23 gram Exp $
+ * $Id: menu.h,v 1.2 2000/01/03 03:57:04 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -23,8 +23,8 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#ifndef __MENU_H__
-#define __MENU_H__
+#ifndef __GTKGUIMENU_H__
+#define __GTKGUIMENU_H__
#ifdef __cplusplus
extern "C" {
@@ -44,4 +44,4 @@ void menus_create (GtkMenuEntry *, int);
}
#endif /* __cplusplus */
-#endif /* __MENU_H__ */
+#endif /* __GTKGUIMENU_H__ */