// Author: David Webster
// Modified by:
// Created: 10/06/99
-// RCS-ID: $Id$
// Copyright: (c) David Webster
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#endif
#include "wx/fontutil.h"
+#include "wx/modalhook.h"
#define INCL_PM
#include <os2.h>
int wxFontDialog::ShowModal()
{
+ WX_HOOK_MODAL_DIALOG();
+
FONTDLG vFontDlg;
char zCurrentFont[FACESIZE];
HWND hWndFontDlg;