mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Fixed the id of the renameParticipant extension.
This commit is contained in:
parent
48b9c2e5ad
commit
85d96aa41d
1 changed files with 23 additions and 23 deletions
|
@ -4397,7 +4397,7 @@
|
|||
</contribution>
|
||||
</extension>
|
||||
<extension point="org.eclipse.ltk.core.refactoring.renameParticipants">
|
||||
<renameParticipant id="org.eclipse.jdt.junit.renameTypeParticipant"
|
||||
<renameParticipant id="org.eclipse.cdt.ui.RenameSourceFolder"
|
||||
name="%renameParticipant.name"
|
||||
class="org.eclipse.cdt.internal.ui.refactoring.rename.RenameSourceFolder">
|
||||
<enablement>
|
||||
|
|
Loading…
Add table
Reference in a new issue