From b3cdd16146552848d585c17680b1a80be05547e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Mon, 1 Nov 2010 10:29:07 +0000 Subject: [PATCH] Use more descriptive names for capture filter and display filter icons. They are displayed in the toolbar dropdown when the window is too narrow. svn path=/trunk/; revision=34741 --- gtk/stock_icons.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gtk/stock_icons.c b/gtk/stock_icons.c index c22202d81a..cfe66c83e8 100644 --- a/gtk/stock_icons.c +++ b/gtk/stock_icons.c @@ -99,7 +99,7 @@ void stock_icons_init(void) { { WIRESHARK_STOCK_CAPTURE_START, "_Start", 0, 0, NULL }, { WIRESHARK_STOCK_CAPTURE_STOP, "S_top", 0, 0, NULL }, { WIRESHARK_STOCK_CAPTURE_RESTART, "_Restart", 0, 0, NULL }, - { WIRESHARK_STOCK_CAPTURE_FILTER, "_CFilter", 0, 0, NULL }, + { WIRESHARK_STOCK_CAPTURE_FILTER, "_Capture Filter", 0, 0, NULL }, { WIRESHARK_STOCK_CAPTURE_FILTER_ENTRY, "_Capture Filter:", 0, 0, NULL }, { WIRESHARK_STOCK_CAPTURE_DETAILS, "_Details", 0, 0, NULL }, #endif @@ -107,7 +107,7 @@ void stock_icons_init(void) { { WIRESHARK_STOCK_MAP, "Map", 0, 0, NULL }, #endif { WIRESHARK_STOCK_FOLLOW_STREAM, "Follow Stream", 0, 0, NULL }, - { WIRESHARK_STOCK_DISPLAY_FILTER, "_Filter", 0, 0, NULL }, + { WIRESHARK_STOCK_DISPLAY_FILTER, "Display _Filter", 0, 0, NULL }, { WIRESHARK_STOCK_DISPLAY_FILTER_ENTRY, "F_ilter:", 0, 0, NULL }, { WIRESHARK_STOCK_BROWSE, "_Browse...", 0, 0, NULL }, { WIRESHARK_STOCK_CREATE_STAT, "Create _Stat", 0, 0, NULL },