X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=org.simantics.g3d.vtk%2Fsrc%2Forg%2Fsimantics%2Fg3d%2Fvtk%2Fpreferences%2FVTKPreferencePage.java;h=f7e4785536fcae6512961061d0f4d651277ade39;hb=53d55c24c779745f188bdb18d32f71d20acb61b2;hp=7bc568d70020ca365427d900e71944fe62c4a09f;hpb=f36217aeeb09c0c46f99886ee99772156ce9cfe6;p=simantics%2F3d.git diff --git a/org.simantics.g3d.vtk/src/org/simantics/g3d/vtk/preferences/VTKPreferencePage.java b/org.simantics.g3d.vtk/src/org/simantics/g3d/vtk/preferences/VTKPreferencePage.java index 7bc568d7..f7e47855 100644 --- a/org.simantics.g3d.vtk/src/org/simantics/g3d/vtk/preferences/VTKPreferencePage.java +++ b/org.simantics.g3d.vtk/src/org/simantics/g3d/vtk/preferences/VTKPreferencePage.java @@ -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())); }