mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-30 21:55:31 +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
|
||||
point="org.eclipse.cdt.ui.textHovers">
|
||||
<hover
|
||||
label="%editorTextHover.description"
|
||||
label="%editorTextHover.label"
|
||||
description="%editorTextHover.description"
|
||||
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>
|
||||
</extension>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue