diff options
Diffstat (limited to 'org.eclipse.ui.editors')
-rw-r--r-- | org.eclipse.ui.editors/plugin.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.ui.editors/plugin.xml b/org.eclipse.ui.editors/plugin.xml index b0ab6be33f9..cf169c3895f 100644 --- a/org.eclipse.ui.editors/plugin.xml +++ b/org.eclipse.ui.editors/plugin.xml @@ -478,7 +478,8 @@ helpContextId="org.eclipse.ui.goto_last_edit_position_action_context" label="%goToLastEditPosition.label" menubarPath="navigate/" - tooltip="%goToLastEditPosition.tooltip"> + tooltip="%goToLastEditPosition.tooltip" + initialEnabled="false"> </action> </actionSet> <actionSet |