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:
parent
7645cbc478
commit
b545e63717
3 changed files with 12 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue