diff --git a/debug/org.eclipse.cdt.debug.ui/ChangeLog b/debug/org.eclipse.cdt.debug.ui/ChangeLog index 738ac4afe00..d2023c628c4 100644 --- a/debug/org.eclipse.cdt.debug.ui/ChangeLog +++ b/debug/org.eclipse.cdt.debug.ui/ChangeLog @@ -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 diff --git a/debug/org.eclipse.cdt.debug.ui/plugin.properties b/debug/org.eclipse.cdt.debug.ui/plugin.properties index 59b9edccb62..0a917ba6b60 100644 --- a/debug/org.eclipse.cdt.debug.ui/plugin.properties +++ b/debug/org.eclipse.cdt.debug.ui/plugin.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. \ No newline at end of file +DebugTextHover.description=Shows the value of the expression selected in the debug perspective. + +DebuggingCContext.name=Debugging C/C++ +DebuggingCContext.description=Debugging C/C++ Programs diff --git a/debug/org.eclipse.cdt.debug.ui/plugin.xml b/debug/org.eclipse.cdt.debug.ui/plugin.xml index 21f9e6ecb95..0fe3915651a 100644 --- a/debug/org.eclipse.cdt.debug.ui/plugin.xml +++ b/debug/org.eclipse.cdt.debug.ui/plugin.xml @@ -1106,8 +1106,8 @@