mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 06:05:24 +02:00
[294351] Fix debug hover label
This commit is contained in:
parent
a44d15b73d
commit
9812bce837
1 changed files with 2 additions and 2 deletions
|
@ -718,10 +718,10 @@
|
||||||
<extension
|
<extension
|
||||||
point="org.eclipse.cdt.ui.textHovers">
|
point="org.eclipse.cdt.ui.textHovers">
|
||||||
<hover
|
<hover
|
||||||
label="%editorTextHover.description"
|
label="%editorTextHover.label"
|
||||||
description="%editorTextHover.description"
|
description="%editorTextHover.description"
|
||||||
class="org.eclipse.cdt.dsf.gdb.internal.ui.GdbDebugTextHover"
|
class="org.eclipse.cdt.dsf.gdb.internal.ui.GdbDebugTextHover"
|
||||||
id="org.eclipse.cdt.dsf.gdb.internal.ui.GdbDebugTextHover">
|
id="org.eclipse.cdt.dsf.gdb.ui.GdbDebugTextHover">
|
||||||
</hover>
|
</hover>
|
||||||
</extension>
|
</extension>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue