mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-29 11:55:40 +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 -->
|
<!-- Command contributions -->
|
||||||
<extension point="org.eclipse.ui.commands">
|
<extension point="org.eclipse.ui.commands">
|
||||||
<command
|
<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"
|
helpContextId="org.eclipse.tm.terminal.connector.local.command_Launch"
|
||||||
id="org.eclipse.tm.terminal.connector.local.command.launch"
|
id="org.eclipse.tm.terminal.connector.local.command.launch"
|
||||||
name="%command.launch.name">
|
name="%command.launch.name">
|
||||||
|
|
Loading…
Add table
Reference in a new issue