Sync trunk.
[reactos.git] / base / applications / paint / main.c
index 9042205..3c77cb2 100644 (file)
@@ -50,7 +50,7 @@ short lastY;
 int lineWidth = 1;
 int shapeStyle = 0;
 int brushStyle = 0;
-int activeTool = 7;
+int activeTool = TOOL_PEN;
 int airBrushWidth = 5;
 int rubberRadius = 4;
 int transpBg = 0;