- remove new editor window from window menu

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9965 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
nor..67 12 years ago
parent bb16ed6cfc
commit 7b85ebead3
  1. 2
      sdk/jme3-core/src/com/jme3/gde/core/editor/SceneEditorTopComponent.java

@ -27,7 +27,7 @@ autostore = false)
//iconBase="SET/PATH/TO/ICON/HERE",
persistenceType = TopComponent.PERSISTENCE_ALWAYS)
@TopComponent.Registration(mode = "editor", openAtStartup = false)
@ActionID(category = "Window", id = "com.jme3.gde.core.editor.SceneEditorTopComponent")
//@ActionID(category = "Window", id = "com.jme3.gde.core.editor.SceneEditorTopComponent")
//@ActionReference(path = "Menu/Window" /*, position = 333 */)
@TopComponent.OpenActionRegistration(
displayName = "#CTL_SceneEditorAction",

Loading…
Cancel
Save