]> git.saurik.com Git - wxWidgets.git/blobdiff - src/univ/stattext.cpp
Fixed copyrights and licence spelling
[wxWidgets.git] / src / univ / stattext.cpp
index 589179cd9c6c43742848594881dfce542036bca2..5bb880a96ef641bafcca943e7eb62a530a21163d 100644 (file)
@@ -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);