Change the Wireshark stock icon description from "Auto Scroll in Live Capture"

to "Auto Scroll" to save space in the main toolbar.  Leave the rest of the
references (such as in the view menu) as they were.


svn path=/trunk/; revision=35108
This commit is contained in:
Stephen Fisher 2010-12-03 17:31:58 +00:00
parent 7c99468ea7
commit f4b4c45af1
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ void stock_icons_init(void) {
{ WIRESHARK_STOCK_QUIT_DONT_SAVE, "Quit _without Saving", 0, 0, NULL },
{ WIRESHARK_STOCK_ABOUT, "_About", 0, 0, NULL },
{ WIRESHARK_STOCK_COLORIZE, "_Colorize", 0, 0, NULL },
{ WIRESHARK_STOCK_AUTOSCROLL, "_Auto Scroll in Live Capture", 0, 0, NULL },
{ WIRESHARK_STOCK_AUTOSCROLL, "_Auto Scroll", 0, 0, NULL },
{ WIRESHARK_STOCK_RESIZE_COLUMNS, "Resize Columns", 0, 0, NULL },
{ WIRESHARK_STOCK_TIME, "Time", 0, 0, NULL },
{ WIRESHARK_STOCK_INTERNET, "Internet", 0, 0, NULL },