1
0
Fork 0
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:
Anton Leherbauer 2009-11-11 10:45:25 +00:00
parent a44d15b73d
commit 9812bce837

View file

@ -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>