]> git.saurik.com Git - wxWidgets.git/commitdiff
fixing parameter name
authorStefan Csomor <csomor@advancedconcepts.ch>
Wed, 17 Jul 2013 10:46:09 +0000 (10:46 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Wed, 17 Jul 2013 10:46:09 +0000 (10:46 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74552 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

interface/wx/graphics.h

index 2f052a5f0805e75d743bad7390f7ae658a08343a..a748cb3f309442c13569ea7e8b6df1be50ea1140 100644 (file)
@@ -1344,7 +1344,7 @@ public:
     /**
         Rotates this matrix clockwise (in radians).
 
     /**
         Rotates this matrix clockwise (in radians).
 
-        @param radians
+        @param angle
             Rotation angle in radians, clockwise.
     */
     virtual void Rotate(wxDouble angle);
             Rotation angle in radians, clockwise.
     */
     virtual void Rotate(wxDouble angle);