]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/vscroll.cpp
Compile fixes.
[wxWidgets.git] / src / generic / vscroll.cpp
index b1de8a67c99e518ddab6360087e379e1cea01c0d..30b888bb2ea0834ba67839fa0597124f2e221d97 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     30.05.03
 // RCS-ID:      $Id$
 // Copyright:   (c) 2003 Vadim Zeitlin <vadim@wxwindows.org>
-// Licence:     wxWidgets licence
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 // ============================================================================
@@ -407,7 +407,7 @@ void wxVScrolledWindow::OnScroll(wxScrollWinEvent& event)
     {
         lineFirstNew = event.GetPosition();
     }
-        
+
     else // unknown scroll event?
     {
         wxFAIL_MSG( _T("unknown scroll event type?") );