From 38b423ec6b7dc5913994933cf6485d1562aaafe1 Mon Sep 17 00:00:00 2001 From: Ulf Lamping Date: Tue, 19 Apr 2005 20:53:22 +0000 Subject: fix labels of the two toggle toolbar buttons svn path=/trunk/; revision=14138 --- gtk/compat_macros.h | 2 +- gtk/toolbar.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'gtk') diff --git a/gtk/compat_macros.h b/gtk/compat_macros.h index 6a7edfa66c..ab0aec5d2a 100644 --- a/gtk/compat_macros.h +++ b/gtk/compat_macros.h @@ -206,7 +206,7 @@ gtk_signal_emit_stop_by_name(GTK_OBJECT(widget), name) #define ETHEREAL_STOCK_DONT_SAVE "Continue without Saving" #define ETHEREAL_STOCK_ABOUT "About" #define ETHEREAL_STOCK_COLORIZE "Colorize" -#define ETHEREAL_STOCK_AUTOSCROLL "Auto Scroll in Live Capture" +#define ETHEREAL_STOCK_AUTOSCROLL "Auto Scroll" #define ETHEREAL_STOCK_RESIZE_COLUMNS "Resize Columns" #define ETHEREAL_STOCK_TIME "Time" #define ETHEREAL_STOCK_INTERNET "Internet" diff --git a/gtk/toolbar.c b/gtk/toolbar.c index 2dd8d4589a..9f37d143e3 100644 --- a/gtk/toolbar.c +++ b/gtk/toolbar.c @@ -544,10 +544,10 @@ toolbar_new(void) toolbar_append_separator(main_tb); toolbar_toggle_button(colorize_button, window, main_tb, - ETHEREAL_STOCK_CAPTURE_INTERFACES, "Colorize Packet List", colorize_24_xpm, colorize_toggle_cb, NULL); + "Colorize"/*ETHEREAL_STOCK_COLORIZE*/, "Colorize Packet List", colorize_24_xpm, colorize_toggle_cb, NULL); #ifdef HAVE_LIBPCAP toolbar_toggle_button(autoscroll_button, window, main_tb, - ETHEREAL_STOCK_AUTOSCROLL, "Auto Scroll Packet List in Live Capture", autoscroll_24_xpm, auto_scroll_live_toggle_cb, NULL); + "Auto Scroll" /*ETHEREAL_STOCK_AUTOSCROLL*/, "Auto Scroll Packet List in Live Capture", autoscroll_24_xpm, auto_scroll_live_toggle_cb, NULL); #endif toolbar_append_separator(main_tb); -- cgit v1.2.3