mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 10:46:02 +02:00
Terminal: Fix command category id in local connector contribution
plug-in
This commit is contained in:
parent
42df31be0e
commit
081c2341a2
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
|||
<!-- Command contributions -->
|
||||
<extension point="org.eclipse.ui.commands">
|
||||
<command
|
||||
categoryId="org.eclipse.tm.terminal.connector.commands.category"
|
||||
categoryId="org.eclipse.tm.terminal.view.ui.commands.category"
|
||||
helpContextId="org.eclipse.tm.terminal.connector.local.command_Launch"
|
||||
id="org.eclipse.tm.terminal.connector.local.command.launch"
|
||||
name="%command.launch.name">
|
||||
|
|
Loading…
Add table
Reference in a new issue