]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.modeling.ui/src/org/simantics/modeling/ui/actions/CreateEllipse.java
Externalize strings
[simantics/platform.git] / bundles / org.simantics.modeling.ui / src / org / simantics / modeling / ui / actions / CreateEllipse.java
index 097e6f4c58cc2e832ce68ef8dd1f75c6f6e3f1ca..27b55a06bc06ee588daa8dce711c1e75644e9c15 100644 (file)
@@ -1,29 +1,29 @@
-/*******************************************************************************\r
- * Copyright (c) 2007, 2010 Association for Decentralized Information Management\r
- * in Industry THTH ry.\r
- * All rights reserved. This program and the accompanying materials\r
- * are made available under the terms of the Eclipse Public License v1.0\r
- * which accompanies this distribution, and is available at\r
- * http://www.eclipse.org/legal/epl-v10.html\r
- *\r
- * Contributors:\r
- *     VTT Technical Research Centre of Finland - initial API and implementation\r
- *******************************************************************************/\r
-package org.simantics.modeling.ui.actions;\r
-\r
-/**\r
- * @author Tuukka Lehtonen\r
- */\r
-public class CreateEllipse extends CreateShapeHandler {\r
-\r
-    @Override\r
-    public String getDefaultElementData() {\r
-        final String data = \r
-                "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>" + \r
-                "<svg overflow=\"visible\" version=\"1.1\">" + \r
-                "<ellipse x=\"0\" y=\"0\" rx=\"5\" ry=\"5\" style=\"fill:none;stroke-width:1;stroke:rgb(0,0,0)\"/>"+\r
-                "</svg>";\r
-        return data;\r
-    }\r
-\r
+/*******************************************************************************
+ * Copyright (c) 2007, 2010 Association for Decentralized Information Management
+ * in Industry THTH ry.
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ *     VTT Technical Research Centre of Finland - initial API and implementation
+ *******************************************************************************/
+package org.simantics.modeling.ui.actions;
+
+/**
+ * @author Tuukka Lehtonen
+ */
+public class CreateEllipse extends CreateShapeHandler {
+
+    @Override
+    public String getDefaultElementData() {
+        final String data = 
+                "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>" +  //$NON-NLS-1$
+                "<svg overflow=\"visible\" version=\"1.1\">" +  //$NON-NLS-1$
+                "<ellipse x=\"0\" y=\"0\" rx=\"5\" ry=\"5\" style=\"fill:none;stroke-width:1;stroke:rgb(0,0,0)\"/>"+ //$NON-NLS-1$
+                "</svg>"; //$NON-NLS-1$
+        return data;
+    }
+
 }
\ No newline at end of file