+++ /dev/null
-/////////////////////////////////////////////////////////////////////////////
-// Name: dialog.cpp
-// Purpose:
-// Author: Robert Roebling
-// Id: $Id$
-// Copyright: (c) 1998 Robert Roebling
-// Licence: wxWindows licence
-/////////////////////////////////////////////////////////////////////////////
-
-#ifdef __GNUG__
-#pragma implementation "dialog.h"
-#endif
-
-#include "wx/dialog.h"
-#include "wx/frame.h"
-#include "wx/app.h"
-#include "wx/cursor.h"
-
-
-
-IMPLEMENT_DYNAMIC_CLASS(wxDialog,wxPanel)
+++ /dev/null
-/////////////////////////////////////////////////////////////////////////////
-// Name: frame.cpp
-// Purpose:
-// Author: Robert Roebling
-// Id: $Id$
-// Copyright: (c) 1998 Robert Roebling
-// Licence: wxWindows licence
-/////////////////////////////////////////////////////////////////////////////
-
-// ============================================================================
-// declarations
-// ============================================================================
-
-// ----------------------------------------------------------------------------
-// headers
-// ----------------------------------------------------------------------------
-
-#ifdef __GNUG__
- #pragma implementation "frame.h"
-#endif
-
-#include "wx/frame.h"
-IMPLEMENT_DYNAMIC_CLASS(wxFrameMGL,wxWindow)