]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/widgets/gauge.cpp
Tamil translations update from Dinakar T.D.
[wxWidgets.git] / samples / widgets / gauge.cpp
index ca1f0f092e8af8bf4af16876e00155f2b886ded5..30501c3078ee58808185e5cfb759332b157ecf9d 100644 (file)
@@ -4,7 +4,6 @@
 // Purpose:     Part of the widgets sample showing wxGauge
 // Author:      Vadim Zeitlin
 // Created:     27.03.01
-// Id:          $Id$
 // Copyright:   (c) 2001 Vadim Zeitlin
 // 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