anjuta r3587 - in trunk: . plugins/debug-manager



Author: sgranjoux
Date: Sun Feb  3 17:52:17 2008
New Revision: 3587
URL: http://svn.gnome.org/viewvc/anjuta?rev=3587&view=rev

Log:
	* plugins/debug-manager/breakpoints.c:
	Fix bug #514118: Rename Clear All Breakpoints to Remove
	All Breakpoints


Modified:
   trunk/ChangeLog
   trunk/plugins/debug-manager/breakpoints.c

Modified: trunk/plugins/debug-manager/breakpoints.c
==============================================================================
--- trunk/plugins/debug-manager/breakpoints.c	(original)
+++ trunk/plugins/debug-manager/breakpoints.c	Sun Feb  3 17:52:17 2008
@@ -1788,9 +1788,9 @@
 	{
 		"ActionDmaClearAllBreakpoints",           /* Action name */
 		ANJUTA_STOCK_BREAKPOINT_CLEAR,            /* Stock icon, if any */
-		N_("C_lear All Breakpoints"),             /* Display label */
+		N_("R_emove All Breakpoints"),             /* Display label */
 		NULL,                                     /* short-cut */
-		N_("Delete all breakpoints"),             /* Tooltip */
+		N_("Remove all breakpoints"),             /* Tooltip */
 		G_CALLBACK (on_clear_all_breakpoints_activate)/* action callback */
 	},
 };		



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]