[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[cdt-patch] TVT Fix for debug ui 70943
|
This is a TVT fix involving externalizing
strings which won't be translated for 2.0.1 so this should just go to the
Head.
Thanks,
Tanya
Index: ChangeLog
===================================================================
RCS file: /home/tools/org.eclipse.cdt.debug.ui/ChangeLog,v
retrieving revision 1.298
diff -u -r1.298 ChangeLog
--- ChangeLog 10 Aug 2004 16:45:54 -0000 1.298
+++ ChangeLog 10 Aug 2004 17:09:40 -0000
@@ -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
Index: plugin.properties
===================================================================
RCS file: /home/tools/org.eclipse.cdt.debug.ui/plugin.properties,v
retrieving revision 1.67
diff -u -r1.67 plugin.properties
--- plugin.properties 15 Jul 2004 23:04:07 -0000 1.67
+++ plugin.properties 10 Aug 2004 17:09:40 -0000
@@ -115,4 +115,7 @@
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
\ No newline at end of file
Index: plugin.xml
===================================================================
RCS file: /home/tools/org.eclipse.cdt.debug.ui/plugin.xml,v
retrieving revision 1.119
diff -u -r1.119 plugin.xml
--- plugin.xml 10 Aug 2004 16:45:54 -0000 1.119
+++ plugin.xml 10 Aug 2004 17:09:40 -0000
@@ -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>