summaryrefslogtreecommitdiffstats
path: root/mac/tkMacFont.c
diff options
context:
space:
mode:
authordas <das@noemail.net>2001-11-23 02:04:07 (GMT)
committerdas <das@noemail.net>2001-11-23 02:04:07 (GMT)
commit2570e40473dbfef4aafdc2d32687788cb096b872 (patch)
tree0d0864ac4fc0b0ff178f5869f1600d2c584109c8 /mac/tkMacFont.c
parent177acc7add7f613bacfa038f71187e82f4dcf415 (diff)
downloadtk-2570e40473dbfef4aafdc2d32687788cb096b872.zip
tk-2570e40473dbfef4aafdc2d32687788cb096b872.tar.gz
tk-2570e40473dbfef4aafdc2d32687788cb096b872.tar.bz2
** upport to 8.4 of mac code changes for 8.3.3 & various new
** changes for 8.4, some already backported to 8.3.4 (patch #435660) see ChangeLog for details FossilOrigin-Name: 72721350b6f21354b5149babeafdb2304ece1e2e
Diffstat (limited to 'mac/tkMacFont.c')
-rw-r--r--mac/tkMacFont.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mac/tkMacFont.c b/mac/tkMacFont.c
index 200ed4f..7e7c90b 100644
--- a/mac/tkMacFont.c
+++ b/mac/tkMacFont.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: tkMacFont.c,v 1.5 1999/12/07 03:04:51 hobbs Exp $
+ * RCS: @(#) $Id: tkMacFont.c,v 1.6 2001/11/23 02:05:48 das Exp $
*/
#include <Windows.h>
@@ -326,7 +326,7 @@ TkpFontPkgInit(mainPtr)
*/
fontMenu = NewMenu('FT', "\px");
- AddResMenu(fontMenu, 'FONT');
+ AppendResMenu(fontMenu, 'FONT');
numFonts = CountMItems(fontMenu);
tmpFontNameMap = (FontNameMap *) ckalloc(sizeof(FontNameMap) * numFonts);