// 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/testing.h"
+#include "wx/modalhook.h"
#define INCL_PM
#include <os2.h>
int wxFontDialog::ShowModal()
{
- WX_TESTING_SHOW_MODAL_HOOK();
+ WX_HOOK_MODAL_DIALOG();
FONTDLG vFontDlg;
char zCurrentFont[FACESIZE];