]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/stattext.cpp
Used wxRegion code from wxX11.
[wxWidgets.git] / src / univ / stattext.cpp
index d5fcb0846cc5bfa22d3cbc66acfbc0a6f8cee44a..8521014b48ee628023405fa07a7325b19869a9d1 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     14.08.00
 // RCS-ID:      $Id$
 // Copyright:   (c) 2000 SciTech Software, Inc. (www.scitechsoft.com)
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -18,7 +18,7 @@
 // ----------------------------------------------------------------------------
 
 #ifdef __GNUG__
-    #pragma implementation "stattext.h"
+    #pragma implementation "univstattext.h"
 #endif
 
 #include "wx/wxprec.h"
@@ -58,7 +58,7 @@ bool wxStaticText::Create(wxWindow *parent,
 {
     if ( !wxControl::Create(parent, id, pos, size, style, wxDefaultValidator, name) )
         return FALSE;
-
+        
     SetLabel(label);
     SetBestSize(size);