Ethereal-dev: Re: [Ethereal-dev] How does one remove the toolbar ?

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Fri, 14 Nov 2003 13:01:42 -0800

On Nov 14, 2003, at 12:56 PM, Michael Lum wrote:

Can we add an option to the Preferences/User Interface/Toolbar that
says "None".

We could; it just hasn't been done yet.

You can do it manually, by:

	editing your preferences file, if it exists, and:

		if it has a line

			gui.toolbar_main_show: TRUE

		change TRUE to FALSE;

		if it doesn't have such a line, put in a line

			gui.toolbar_main_show: FALSE

if you don't have a preferences file, create one (and any directories needed for it), and put in the line

		gui.toolbar_main_show: TRUE