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.



git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35108 f5534014-38df-0310-8fa8-9805f1628bb7
This commit is contained in:
sfisher 2010-12-03 17:31:58 +00:00
parent b02fe9e6b9
commit 0843ebcd4f
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 },