Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-patch] debug.ui strings


These keys were missing strings; a reverse of the more common strings missing keys problem.
Thanks,
Tanya

Index: ChangeLog
===================================================================
RCS file: /home/tools/org.eclipse.cdt.debug.ui/ChangeLog,v
retrieving revision 1.272
diff -u -r1.272 ChangeLog
--- ChangeLog	9 Jun 2004 19:11:54 -0000	1.272
+++ ChangeLog	10 Jun 2004 19:03:30 -0000
@@ -1,3 +1,7 @@
+2004-06-10 Tanya Wolff
+	Externalized strings for thread suspension.
+	* src/org/eclipse/cdt/debug/ui/CDebugUIPluginResources.properties
+	
 2004-06-09 Mikhail Khodjaiants
 	New implementation of the "Refresh" actions for registers and shared libraries.
 	* icons/full/clcl16/auto_refresh_co.gif: new
Index: src/org/eclipse/cdt/debug/ui/CDebugUIPluginResources.properties
===================================================================
RCS file: /home/tools/org.eclipse.cdt.debug.ui/src/org/eclipse/cdt/debug/ui/CDebugUIPluginResources.properties,v
retrieving revision 1.8
diff -u -r1.8 CDebugUIPluginResources.properties
--- src/org/eclipse/cdt/debug/ui/CDebugUIPluginResources.properties	2 Jun 2004 22:18:11 -0000	1.8
+++ src/org/eclipse/cdt/debug/ui/CDebugUIPluginResources.properties	10 Jun 2004 19:03:31 -0000
@@ -254,3 +254,8 @@
 internal.ui.CDTDebugModelPresentation.at=at
 internal.ui.CDebugImageDescriptorRegistry.Allocating_image_for_wrong_display=Allocating image for wrong display
 ui.CDebugUIPlugin.Error=Error
+
+internal.ui.CDTDebugModelPresentation.Suspended_Watchpoint_triggered_Old_New=Suspended (Watchpoint triggered old value: {0}; new value: {1})
+internal.ui.CDTDebugModelPresentation.Suspended_Watchpoint_out_of_scope=Suspended (Watchpoint out of scope)
+internal.ui.CDTDebugModelPresentation.Suspended_Breakpoint_hit=Suspended (Breakpoint hit)
+internal.ui.CDTDebugModelPresentation.Suspended_Shared_lib_event=Suspended (Shared library event)
\ No newline at end of file

Back to the top