X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f9eee2db810695ae4417e9935475f268bb68bbac..245f35816d761212279e8cf223475efb7a367553:/src/os2/control.cpp diff --git a/src/os2/control.cpp b/src/os2/control.cpp index ed246a1d4e..3e97f4a862 100644 --- a/src/os2/control.cpp +++ b/src/os2/control.cpp @@ -5,7 +5,7 @@ // Modified by: // Created: 09/17/99 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem +// Copyright: (c) Julian Smart // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -133,6 +133,8 @@ bool wxControl::OS2CreateControl( zClass = WC_BUTTON; else if ((strcmp(zClassname, "NOTEBOOK")) == 0) zClass = WC_NOTEBOOK; + else if ((strcmp(zClassname, "CONTAINER")) == 0) + zClass = WC_CONTAINER; dwStyle |= WS_VISIBLE; m_hWnd = (WXHWND)::WinCreateWindow( (HWND)GetHwndOf(pParent) // Parent window handle