]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/graphics.h
Add test for absence of events from wxSpinCtrlDouble ctor.
[wxWidgets.git] / interface / wx / graphics.h
index 2f052a5f0805e75d743bad7390f7ae658a08343a..96b3457508871926925c15126a73571662925e13 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        graphics.h
 // Purpose:     interface of various wxGraphics* classes
 // Author:      wxWidgets team
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -1344,7 +1343,7 @@ public:
     /**
         Rotates this matrix clockwise (in radians).
 
-        @param radians
+        @param angle
             Rotation angle in radians, clockwise.
     */
     virtual void Rotate(wxDouble angle);