diff options
author | das <das> | 2007-10-26 10:35:33 (GMT) |
---|---|---|
committer | das <das> | 2007-10-26 10:35:33 (GMT) |
commit | 150f04a304992b3b893f98008e9b774e1f255cf5 (patch) | |
tree | c175f6d5d88702a264850d4006211da9a3ca4bb1 /macosx | |
parent | 1984cb42d523879f6d9400705eb94b96627714cd (diff) | |
download | tk-150f04a304992b3b893f98008e9b774e1f255cf5.zip tk-150f04a304992b3b893f98008e9b774e1f255cf5.tar.gz tk-150f04a304992b3b893f98008e9b774e1f255cf5.tar.bz2 |
whitespace
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/tkMacOSXDialog.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/macosx/tkMacOSXDialog.c b/macosx/tkMacOSXDialog.c index 552650d..0d83052 100644 --- a/macosx/tkMacOSXDialog.c +++ b/macosx/tkMacOSXDialog.c @@ -10,7 +10,7 @@ * 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.32 2007/10/26 07:56:00 das Exp $ + * RCS: @(#) $Id: tkMacOSXDialog.c,v 1.33 2007/10/26 10:35:33 das Exp $ */ #include "tkMacOSXPrivate.h" @@ -85,7 +85,7 @@ static int NavServicesGetFile(Tcl_Interp *interp, OpenFileData *ofd, AEDesc *initialDescPtr, char *initialFile, AEDescList *selectDescPtr, CFStringRef title, CFStringRef message, - const char *initialType, int multiple, int isOpen, + const char *initialType, int multiple, int isOpen, Tk_Window parent); static int HandleInitialDirectory(Tcl_Interp *interp, char *initialFile, char *initialDir, FSRef *dirRef, @@ -277,10 +277,10 @@ Tk_GetOpenFileObjCmd( InitFileDialogs(); } TkInitFileFilters(&ofd.fl); - ofd.curType = 0; - ofd.initialType = -1; - ofd.popupItem = OPEN_POPUP_ITEM; - ofd.usePopup = 1; + ofd.curType = 0; + ofd.initialType = -1; + ofd.popupItem = OPEN_POPUP_ITEM; + ofd.usePopup = 1; for (i = 1; i < objc; i += 2) { char *choice; @@ -360,7 +360,7 @@ Tk_GetOpenFileObjCmd( if (typeVariablePtr) { initialtype = Tcl_GetVar(interp, Tcl_GetString(typeVariablePtr), 0); } - result = NavServicesGetFile(interp, &ofd, initialPtr, NULL, &selectDesc, + result = NavServicesGetFile(interp, &ofd, initialPtr, NULL, &selectDesc, title, message, initialtype, multiple, OPEN_FILE, parent); if (typeVariablePtr) { |