diff options
author | das <das> | 2003-02-25 16:09:19 (GMT) |
---|---|---|
committer | das <das> | 2003-02-25 16:09:19 (GMT) |
commit | 3dae19ff35152af7adbe9b140ec9e3e75e94285c (patch) | |
tree | ed702ca6946846655a0a2b4f360a4feb24679e2b /macosx/tkMacOSXDialog.c | |
parent | 4f5f8ff59a61c2f29cb0e121514e2a86a2850446 (diff) | |
download | tk-3dae19ff35152af7adbe9b140ec9e3e75e94285c.zip tk-3dae19ff35152af7adbe9b140ec9e3e75e94285c.tar.gz tk-3dae19ff35152af7adbe9b140ec9e3e75e94285c.tar.bz2 |
* macosx/tkMacOSXHLEvents.c: fixed conversion of apple event
parameters to posix style path names.
[Bug #621672] (steffen, Benjamin Riefenstahl)
* macosx/tkMacOSXDialog.c:
* macosx/tkMacOSXWm.c:
* macosx/Wish.pbproj/project.pbxproj:
* macosx/tkMacOSXUtil.c (removed):
* macosx/tkMacOSXUtil.h (removed): removed all references to
tkMacOSXUtil.{c,h}, made obsolete by the patch above. [Bug #621672]
Diffstat (limited to 'macosx/tkMacOSXDialog.c')
-rw-r--r-- | macosx/tkMacOSXDialog.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/macosx/tkMacOSXDialog.c b/macosx/tkMacOSXDialog.c index 6232e64..8da90f6 100644 --- a/macosx/tkMacOSXDialog.c +++ b/macosx/tkMacOSXDialog.c @@ -9,13 +9,12 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkMacOSXDialog.c,v 1.3 2003/02/24 19:27:08 wolfsuit Exp $ + * RCS: @(#) $Id: tkMacOSXDialog.c,v 1.4 2003/02/25 16:09:23 das Exp $ */ #include <Carbon/Carbon.h> #include "tkPort.h" #include "tkInt.h" -#include "tkMacOSXUtil.h" #include "tkMacOSXInt.h" #include "tkFileFilter.h" |