summaryrefslogtreecommitdiffstats
path: root/library/choosedir.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'library/choosedir.tcl')
-rw-r--r--library/choosedir.tcl4
1 files changed, 1 insertions, 3 deletions
diff --git a/library/choosedir.tcl b/library/choosedir.tcl
index 2351781..62e3165 100644
--- a/library/choosedir.tcl
+++ b/library/choosedir.tcl
@@ -4,8 +4,6 @@
#
# Copyright (c) 1998-2000 by Scriptics Corporation.
# All rights reserved.
-#
-# RCS: @(#) $Id: choosedir.tcl,v 1.24 2009/02/12 21:32:49 dkf Exp $
# Make sure the tk::dialog namespace, in which all dialogs should live, exists
namespace eval ::tk::dialog {}
@@ -91,7 +89,7 @@ proc ::tk::dialog::file::chooseDir:: {args} {
# Withdraw the window, then update all the geometry information
# so we know how big it wants to be, then center the window in the
- # display and de-iconify it.
+ # display (Motif style) and de-iconify it.
::tk::PlaceWindow $w widget $data(-parent)
wm title $w $data(-title)