]> 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 7bc568d70020ca365427d900e71944fe62c4a09f..f7e4785536fcae6512961061d0f4d651277ade39 100644 (file)
@@ -52,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()));
                
        }