]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/stattext.cpp
PCX handler now working for reading (8bit and 24bit images).
[wxWidgets.git] / src / motif / stattext.cpp
index ab2115939218da681aa396abc32fa7cc2de9407c..fdcd50c98da8a3e6ec16f85967f10ba83dee8ec7 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     04/01/98
 // RCS-ID:      $Id$
 // Copyright:   (c) Julian Smart
-// Licence:    wxWindows licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #ifdef __GNUG__
@@ -40,9 +40,9 @@ bool wxStaticText::Create(wxWindow *parent, wxWindowID id,
     m_foregroundColour = parent->GetForegroundColour();
 
     if ( id == -1 )
-           m_windowId = (int)NewControlId();
+              m_windowId = (int)NewControlId();
     else
-           m_windowId = id;
+            m_windowId = id;
 
     m_windowStyle = style;
     m_font = parent->GetFont();