]> Shamusworld >> Repos - ttedit/blobdiff - src/toolwindow.h
Added individual polygon rotation tool.
[ttedit] / src / toolwindow.h
index 323b563c5a1ccbe2d993785eb24562d033b0d17f..f9134bc2f0392ecde8ec627f544f2e2abcb504ad 100755 (executable)
@@ -23,7 +23,7 @@ enum ToolType {
        TOOLDelPt,                                                              // Delete point tool
        TOOLDelPoly,                                                    // Delete polygon tool
        TOOLRotate,                                                             // Rotate tool
-       TOOLRotatePoly                                                  // ROtate polygon around centroid tool
+       TOOLRotatePoly                                                  // Rotate polygon around centroid tool
 };
 
 class ToolWindow: public QWidget