// Author: Vadim Zeitlin
// Modified by:
// Created: 30.12.01
-// RCS-ID: $Id$
// Copyright: (c) 2001 SciTech Software, Inc. (www.scitechsoft.com)
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
{
//
// We have different dialog templates to allow creation of dialogs
- // with & without captions under OS2indows, resizeable or not (but a
- // resizeable dialog always has caption - otherwise it would look too
+ // with & without captions under OS2indows, resizable or not (but a
+ // resizable dialog always has caption - otherwise it would look too
// strange)
//
ULONG ulDlgTemplate;
const wxIcon& vIcon = rIcons.GetIconOfExactSize(32);
- if (vIcon.Ok())
+ if (vIcon.IsOk())
{
::WinSendMsg( m_hFrame
,WM_SETICON