diff options
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r-- | org.eclipse.debug.ui/plugin.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml index 4c7794eb1..c06fdbfeb 100644 --- a/org.eclipse.debug.ui/plugin.xml +++ b/org.eclipse.debug.ui/plugin.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <?eclipse version="3.0"?> <!-- - Copyright (c) 2005, 2019 IBM Corporation and others. + Copyright (c) 2005, 2020 IBM Corporation and others. This program and the accompanying materials are made available under the terms of the Eclipse Public License 2.0 @@ -3348,10 +3348,10 @@ M4 = Platform-specific fourth key point="org.eclipse.ui.quickAccess"> <computer class="org.eclipse.debug.internal.ui.quickaccess.RunQuickAccessComputer" - name="%RunDropDownAction.label"/> + name="%RunQuickAccess.label"/> <computer class="org.eclipse.debug.internal.ui.quickaccess.DebugQuickAccessComputer" - name="%DebugDropDownAction.label"/> + name="%DebugQuickAccess.label"/> <computer class="org.eclipse.debug.internal.ui.quickaccess.ProfileQuickAccessComputer" name="%ProfileDropDownAction.label"/> |