aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-10-14 23:20:17 +0000
committerGuy Harris <guy@alum.mit.edu>2003-10-14 23:20:17 +0000
commitffa3ad8ef5e25ea4ea39e3f6cf8bee050ef0e87a (patch)
treeb24965e884a58b7294db3dbbe98413390d4ebbe2 /doc
parent2956d71a7b6cb56c49b04fffc58f6f335da1c21d (diff)
From Ian Schorr:
Add a preference to control whether the "File > Open" dialog box should start out in the last directory in which it looked - and save that in the preferences file across invocations - or should always start out in a user-specified directory, and add another preference to specify that directory. Write out section name comments into the preferences file. Clean up white space a bit. svn path=/trunk/; revision=8699
Diffstat (limited to 'doc')
-rw-r--r--doc/ethereal.pod15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/ethereal.pod b/doc/ethereal.pod
index 779fd4e609..ea85b9a7ed 100644
--- a/doc/ethereal.pod
+++ b/doc/ethereal.pod
@@ -1170,6 +1170,20 @@ be saved when Ethereal exits, and used when Ethereal is started again.
If this item is selected, the size of the main Ethereal window will
be saved when Ethereal exits, and used when Ethereal is started again.
+=item File Open Dialog Behavior
+
+This item allows the user to select how Ethereal handles the listing
+of the "File Open" Dialog when opening trace files. "Remember Last
+Directory" causes Ethereal to automatically position the dialog in the
+directory of the most recently opened file, even between launches of Ethereal.
+"Always Open in Directory" allows the user to define a persistent directory
+that the dialog will always default to.
+
+=item Directory:
+
+Allows the user to specify a persistent File Open directory. Trailing
+slashes or backslashes will automatically be added.
+
=item Fonts
The "Font..." button lets you select the font to be used for most text.
@@ -2119,6 +2133,7 @@ B<http://www.ethereal.com>.
Gisle Vanem <giva [AT] bgnett.no>
Ritchie <ritchie [AT] tipsybottle.com>
Aki Immonen <aki.immonen [AT] golftalma.fi>
+ Ian Schorr <ischorr [AT] comcast.net>
Alain Magloire <alainm[AT]rcsm.ece.mcgill.ca> was kind enough to give his
permission to use his version of snprintf.c.