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
This commit is contained in:
Stig Bjørlykke 2010-11-01 10:29:07 +00:00
parent 0cd1b70bf9
commit b3cdd16146
1 changed files with 2 additions and 2 deletions

View File

@ -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 },