// Created: 10.04.03 (from src/*/data.cpp files)
// RCS-ID: $Id$
// Copyright: (c) 1997-2002 wxWidgets development team
-// License: wxWidgets license
+// License: wxWindows license
///////////////////////////////////////////////////////////////////////////////
// ============================================================================
#endif
-const wxSize wxDefaultSize(-1, -1);
-const wxPoint wxDefaultPosition(-1, -1);
+const wxSize wxDefaultSize(wxDefaultCoord, wxDefaultCoord);
+const wxPoint wxDefaultPosition(wxDefaultCoord, wxDefaultCoord);