Added InitTSMAwareApplication to the Toolbox initialization sequence. Part of a set of check-ins to add TSM Input Method support on the Mac.

This commit is contained in:
tague%netscape.com 1999-05-28 05:05:27 +00:00
Родитель 649420ff88
Коммит 447f1926ad
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -26,6 +26,7 @@
#include <string.h>
#include <stdlib.h>
#include <Quickdraw.h>
#include <TextServices.h>
int strcmpcore(const char*, const char*, int, int);
@ -151,6 +152,7 @@ void InitializeMacToolbox(void)
InitDialogs(0);
InitCursor();
InitContextualMenus();
InitTSMAwareApplication();
#endif
#if DEBUG
InitializeSIOUX(false);