]> gerrit.simantics Code Review - simantics/3d.git/blobdiff - org.simantics.g3d.vtk/src/org/simantics/g3d/vtk/preferences/VTKPreferencePage.java
White space clean-up
[simantics/3d.git] / org.simantics.g3d.vtk / src / org / simantics / g3d / vtk / preferences / VTKPreferencePage.java
index 0639b882b6472470ced0acafb01a1fe482d57d91..f7e4785536fcae6512961061d0f4d651277ade39 100644 (file)
@@ -1,3 +1,14 @@
+/*******************************************************************************\r
+ * Copyright (c) 2012, 2013 Association for Decentralized Information Management in\r
+ * 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.g3d.vtk.preferences;
 
 import org.eclipse.jface.preference.*;
@@ -41,8 +52,8 @@ public class VTKPreferencePage
                        "When to close VTK",
                        1,
                        new String[][] { { "On &Editor Close", CloseMethod.ON_CLOSE.toString() }, 
-                                                    { "On &Last Editor Close", CloseMethod.ON_LAST_CLOSE.toString() },
-                                                    { "&Closing Disabled", CloseMethod.NO_CLOSE.toString() }
+                                        { "On &Last Editor Close", CloseMethod.ON_LAST_CLOSE.toString() },
+                                        { "&Closing Disabled", CloseMethod.NO_CLOSE.toString() }
                }, getFieldEditorParent()));
                
        }