Changeset 600
- Timestamp:
- 11/19/2008 12:53:26 PM (5 years ago)
- File:
-
- 1 edited
-
branches/eraser6/Eraser/AboutForm.cs (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/Eraser/AboutForm.cs
r509 r600 111 111 g.DrawString(S._("Eraser"), boldFont, textBrush, eraserPos); 112 112 g.DrawString(Assembly.GetExecutingAssembly().GetName().Version.ToString(), 113 Font, textBrush, new PointF(eraserPos.X + eraserSize.Width , eraserPos.Y));113 Font, textBrush, new PointF(eraserPos.X + eraserSize.Width + 3, eraserPos.Y)); 114 114 115 115 //Copyright and Website
Note: See TracChangeset
for help on using the changeset viewer.
