aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-10-14 23:20:17 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-10-14 23:20:17 +0000
commit552c9613a134b799e82e55ae6ce0f592303a4107 (patch)
treeb24965e884a58b7294db3dbbe98413390d4ebbe2 /doc
parentd265ab5acfc75586d67a96481f785cb74a8b5364 (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8699 f5534014-38df-0310-8fa8-9805f1628bb7
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.