1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 09:25:31 +02:00

Applied patch from Tanya Wolff.

Fix for 70943 - externalized strings.
This commit is contained in:
Mikhail Khodjaiants 2004-08-10 17:52:30 +00:00
parent 7645cbc478
commit b545e63717
3 changed files with 12 additions and 4 deletions

View file

@ -1,7 +1,12 @@
2004-08-10 Tanya Wolff
Fix for 70943 - externalized strings
* plugin.xml
* plugin.properties
2004-08-10 Mikhail Khodjaiants
Fix for bug 70902. TVT3.0: Customize Perspective C++ Debug has duplicated strings.
* plugin.xml
2004-08-05 Mikhail Khodjaiants
Cosmetic fix.
* CDebugUIMessages.properties

View file

@ -115,4 +115,7 @@ AutoRefreshAction.label=Auto-Refresh
AutoRefreshAction.tooltip=Automatically Refresh View's Content
DebugTextHover.label=Debugger
DebugTextHover.description=Shows the value of the expression selected in the debug perspective.
DebugTextHover.description=Shows the value of the expression selected in the debug perspective.
DebuggingCContext.name=Debugging C/C++
DebuggingCContext.description=Debugging C/C++ Programs

View file

@ -1106,8 +1106,8 @@
<extension
point="org.eclipse.ui.contexts">
<context
name="Debugging C/C++"
description="Debugging C/C++ Programs"
name="%DebuggingCContext.name"
description="%DebuggingCContext.description"
parentId="org.eclipse.debug.ui.debugging"
id="org.eclipse.cdt.debug.ui.debugging">
</context>