summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorashok <ashok>2014-10-16 02:45:40 (GMT)
committerashok <ashok>2014-10-16 02:45:40 (GMT)
commit10acb72b597836cabb2913980aae7df88ab2af4a (patch)
tree409cf6fc76a0491ae36dd3d63882e8fe7a85bdb4 /doc
parent5511931d970d4ff124e84f8875949010793f52ce (diff)
downloadtk-10acb72b597836cabb2913980aae7df88ab2af4a.zip
tk-10acb72b597836cabb2913980aae7df88ab2af4a.tar.gz
tk-10acb72b597836cabb2913980aae7df88ab2af4a.tar.bz2
Updated chooseDirectory docs for Vista
Diffstat (limited to 'doc')
-rw-r--r--doc/chooseDirectory.n7
-rw-r--r--doc/getOpenFile.n3
2 files changed, 6 insertions, 4 deletions
diff --git a/doc/chooseDirectory.n b/doc/chooseDirectory.n
index 295c75b..86c593d 100644
--- a/doc/chooseDirectory.n
+++ b/doc/chooseDirectory.n
@@ -19,8 +19,11 @@ possible as command line arguments:
.TP
\fB\-initialdir\fR \fIdirname\fR
Specifies that the directories in \fIdirectory\fR should be displayed
-when the dialog pops up. If this parameter is not specified, then
-the directories in the current working directory are displayed. If the
+when the dialog pops up. If this parameter is not specified,
+the initial directory defaults to the current working directory
+on non-Windows systems and on Windows systems prior to Vista.
+On Vista and later systems, the initial directory defaults to the last
+user-selected directory for the application. If the
parameter specifies a relative path, the return value will convert the
relative path to an absolute path.
.TP
diff --git a/doc/getOpenFile.n b/doc/getOpenFile.n
index 30e7cd5..f5e92ff 100644
--- a/doc/getOpenFile.n
+++ b/doc/getOpenFile.n
@@ -69,8 +69,7 @@ when the dialog pops up. If this parameter is not specified,
the initial directory defaults to the current working directory
on non-Windows systems and on Windows systems prior to Vista.
On Vista and later systems, the initial directory defaults to the last
-user-selected directory for the application.
-If the
+user-selected directory for the application. If the
parameter specifies a relative path, the return value will convert the
relative path to an absolute path.
.TP