]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/widgets/gauge.cpp
Allow more than one line in a wxStaticText on iOS.
[wxWidgets.git] / samples / widgets / gauge.cpp
index 4ac549366d9e30ebf8f3750e4429aa93a2a2f45e..30501c3078ee58808185e5cfb759332b157ecf9d 100644 (file)
@@ -4,9 +4,8 @@
 // Purpose:     Part of the widgets sample showing wxGauge
 // Author:      Vadim Zeitlin
 // Created:     27.03.01
-// Id:          $Id$
 // Copyright:   (c) 2001 Vadim Zeitlin
-// License:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -303,7 +302,7 @@ void GaugeWidgetsPage::CreateGauge()
                           wxDefaultPosition, wxDefaultSize,
                           flags);
     m_gauge->SetValue(val);
-    
+
     if ( flags & wxGA_VERTICAL )
         m_sizerGauge->Add(m_gauge, 0, wxGROW | wxALL, 5);
     else