From 28623411358deaf11def089ae8ebf32bce8dc86f Mon Sep 17 00:00:00 2001 From: hobbs Date: Thu, 8 Aug 2002 01:42:44 +0000 Subject: * win/tkWinDialog.c: enabled use of the updated native Windows directory browser (tk_chooseDirectory). This does require shell32.dll v4.71 or greater. [Patch #468139] --- win/tkWinDialog.c | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/win/tkWinDialog.c b/win/tkWinDialog.c index 6669b09..58fdfe0 100644 --- a/win/tkWinDialog.c +++ b/win/tkWinDialog.c @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkWinDialog.c,v 1.27 2002/07/11 22:42:40 hobbs Exp $ + * RCS: @(#) $Id: tkWinDialog.c,v 1.28 2002/08/08 01:42:44 hobbs Exp $ * */ @@ -20,13 +20,9 @@ #include /* includes the common dialog error codes */ /* - * The new choose directory dialog is almost ready for prime time, but - * it has a very long first load time that needs to be checked to see - * if it can be sped up, as well as checked for cleanup. -- hobbs - * See Patch #468139 - * -#define USE_NEW_CHOOSEDIR 1 + * This controls the use of the new style tk_chooseDirectory dialog. */ +#define USE_NEW_CHOOSEDIR 1 #ifdef USE_NEW_CHOOSEDIR #include /* includes SHBrowseForFolder */ -- cgit v0.12