aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-01-20 02:35:31 +0000
committerGuy Harris <guy@alum.mit.edu>2004-01-20 02:35:31 +0000
commit290edaadd4e35a941900a20e97664b8192080301 (patch)
tree1de6ccf2bf8b6f5010fe36d4345ebdb8e054c921 /gtk
parent1b852172e2e31028ce990714b14dff5e2002dff8 (diff)
Put in missing GTK_STOCK_STOP #define for GTK+ 1.2[.x].
svn path=/trunk/; revision=9749
Diffstat (limited to 'gtk')
-rw-r--r--gtk/compat_macros.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/compat_macros.h b/gtk/compat_macros.h
index c2643235e0..106b2ae0e3 100644
--- a/gtk/compat_macros.h
+++ b/gtk/compat_macros.h
@@ -1,7 +1,7 @@
/* compat_macros.h
* GTK-related Global defines, etc.
*
- * $Id: compat_macros.h,v 1.8 2004/01/20 02:21:17 ulfl Exp $
+ * $Id: compat_macros.h,v 1.9 2004/01/20 02:35:31 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -105,6 +105,7 @@ gtk_signal_emit_stop_by_name(GTK_OBJECT(widget), name)
#define GTK_STOCK_SAVE_AS "Save As"
#define GTK_STOCK_SELECT_COLOR "Color"
#define GTK_STOCK_SELECT_FONT "Font"
+#define GTK_STOCK_STOP "Stop"
#ifdef HAVE_LIBPCAP
#define ETHEREAL_STOCK_CAPTURE_START ETHEREAL_STOCK_LABEL_CAPTURE_START