menu_bar->Append(file_menu, _("&File"));
menu_bar->Append(active_menu, _("Active &Layout"));
+#if wxUSE_STATUSBAR
frame->CreateStatusBar(3);
+#endif // wxUSE_STATUSBAR
frame->SetMenuBar(menu_bar);
{
bool isNested = (pParent != mpInternalFrm);
- // check if we're craeting nested layout
+ // check if we're creating nested layout
if ( isNested )
{
layout.mBorderPen.SetColour( 128,255,128 );