]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/datacmn.cpp
small optimization in wxConfigPathChanger: don't change the path if it is already...
[wxWidgets.git] / src / common / datacmn.cpp
index 1840c35796f8778f4b723f9f8280bea9308fbd19..d2b5ba4544f5a4f5d6acadb2fc424356549cd270 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     10.04.03 (from src/*/data.cpp files)
 // RCS-ID:      $Id$
 // Copyright:   (c) 1997-2002 wxWidgets development team
 // 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
 ///////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
 ///////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -155,6 +155,6 @@ WXDLLEXPORT_DATA(const wxChar *) wxUserResourceStr = wxT("TEXT");
 #endif
 
 
 #endif
 
 
-const wxSize wxDefaultSize(-1, -1);
-const wxPoint wxDefaultPosition(-1, -1);
+const wxSize wxDefaultSize(wxDefaultCoord, wxDefaultCoord);
+const wxPoint wxDefaultPosition(wxDefaultCoord, wxDefaultCoord);