summaryrefslogtreecommitdiff
path: root/src/tesseract/newmenu/NewPlanarPolygonMenuItem.java
diff options
context:
space:
mode:
authorPhillip <pacardon@u.washington.edu>2011-02-21 00:29:15 +0000
committerPhillip <pacardon@u.washington.edu>2011-02-21 00:29:15 +0000
commitc7c748a296a61103493279ac62a3844e6efd9802 (patch)
treeb9c123bda58cc62857b046802ea56221ee69e0ed /src/tesseract/newmenu/NewPlanarPolygonMenuItem.java
parent81225e6219b3fd7693744e16675a605130779f8c (diff)
Fixed checkstyle warnings. All add object menu items are now NewMenu items, deprecated the rest of the menuitems package.
Diffstat (limited to 'src/tesseract/newmenu/NewPlanarPolygonMenuItem.java')
-rw-r--r--src/tesseract/newmenu/NewPlanarPolygonMenuItem.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tesseract/newmenu/NewPlanarPolygonMenuItem.java b/src/tesseract/newmenu/NewPlanarPolygonMenuItem.java
index 95a4b92..c2ea659 100644
--- a/src/tesseract/newmenu/NewPlanarPolygonMenuItem.java
+++ b/src/tesseract/newmenu/NewPlanarPolygonMenuItem.java
@@ -33,7 +33,7 @@ public class NewPlanarPolygonMenuItem extends MenuItem {
* @param theWorld to add objects to.
*/
public NewPlanarPolygonMenuItem(final World theWorld) {
- super(theWorld, "Planar Polygon(NEW)");
+ super(theWorld, "Planar Polygon");
buildParams();