diff options
author | vincentdarley <vincentdarley> | 2003-07-18 13:24:19 (GMT) |
---|---|---|
committer | vincentdarley <vincentdarley> | 2003-07-18 13:24:19 (GMT) |
commit | a7b16278fdb24581da839f7f76bcea5e007ee424 (patch) | |
tree | d6754024083998e1c2d4d08641007b946c65bac2 /generic | |
parent | ed5580c0df82dff12f9679b64ba4bf1424adfd0f (diff) | |
download | tk-a7b16278fdb24581da839f7f76bcea5e007ee424.zip tk-a7b16278fdb24581da839f7f76bcea5e007ee424.tar.gz tk-a7b16278fdb24581da839f7f76bcea5e007ee424.tar.bz2 |
MacOSX native dialog
Diffstat (limited to 'generic')
-rw-r--r-- | generic/tkWindow.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/generic/tkWindow.c b/generic/tkWindow.c index db0c69a..fde6736 100644 --- a/generic/tkWindow.c +++ b/generic/tkWindow.c @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkWindow.c,v 1.59 2003/07/18 11:04:58 vincentdarley Exp $ + * RCS: @(#) $Id: tkWindow.c,v 1.60 2003/07/18 13:24:19 vincentdarley Exp $ */ #include "tkPort.h" @@ -142,7 +142,7 @@ static TkCmd commands[] = { {"tk_getOpenFile", NULL, Tk_GetOpenFileObjCmd, 0, 1}, {"tk_getSaveFile", NULL, Tk_GetSaveFileObjCmd, 0, 1}, #endif -#ifdef defined(__WIN32__) || defined(MAC_OSX_TK) +#if defined(__WIN32__) || defined(MAC_OSX_TK) {"tk_messageBox", NULL, Tk_MessageBoxObjCmd, 0, 1}, #endif {"update", NULL, Tk_UpdateObjCmd, 1, 1}, |