- remove new editor window from window menu

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9965 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
nor..67 2012-11-06 20:53:55 +00:00
parent bb16ed6cfc
commit 7b85ebead3

View File

@ -27,7 +27,7 @@ autostore = false)
//iconBase="SET/PATH/TO/ICON/HERE", //iconBase="SET/PATH/TO/ICON/HERE",
persistenceType = TopComponent.PERSISTENCE_ALWAYS) persistenceType = TopComponent.PERSISTENCE_ALWAYS)
@TopComponent.Registration(mode = "editor", openAtStartup = false) @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 */) //@ActionReference(path = "Menu/Window" /*, position = 333 */)
@TopComponent.OpenActionRegistration( @TopComponent.OpenActionRegistration(
displayName = "#CTL_SceneEditorAction", displayName = "#CTL_SceneEditorAction",