Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail Khodjaiants2006-04-17 18:47:02 +0000
committerMikhail Khodjaiants2006-04-17 18:47:02 +0000
commit103ba0e9c1b2ab320fd48504975cd79297834210 (patch)
tree2fc6ae9d0ecb399dc6dfcd18f02416bb95cbd88a /debug/org.eclipse.cdt.debug.ui/plugin.properties
parent15d465aae76980925d0bf24215097ede6254c049 (diff)
downloadorg.eclipse.cdt-103ba0e9c1b2ab320fd48504975cd79297834210.tar.gz
org.eclipse.cdt-103ba0e9c1b2ab320fd48504975cd79297834210.tar.xz
org.eclipse.cdt-103ba0e9c1b2ab320fd48504975cd79297834210.zip
Added the "AddWatchpoint" action to the breakpoints view.
Diffstat (limited to 'debug/org.eclipse.cdt.debug.ui/plugin.properties')
-rw-r--r--debug/org.eclipse.cdt.debug.ui/plugin.properties2
1 files changed, 2 insertions, 0 deletions
diff --git a/debug/org.eclipse.cdt.debug.ui/plugin.properties b/debug/org.eclipse.cdt.debug.ui/plugin.properties
index 01523ba459a..1bf2141917d 100644
--- a/debug/org.eclipse.cdt.debug.ui/plugin.properties
+++ b/debug/org.eclipse.cdt.debug.ui/plugin.properties
@@ -48,6 +48,8 @@ JumpToLineAction.label=Resume At Li&ne
GlobalJumpToLineAction.label=Resume At Li&ne (C/C++)
ShowFullPathsAction.label=Show Full &Paths
ShowFullPathsAction.tooltip=Show Full Paths
+AddWatchpoint.label=Add Watchpoint (C/C++)...
+AddWatchpoint.tooltip=Add Watchpoint (C/C++)
AddGlobalsAction.label=Add Global Variables...
AddGlobalsAction.tooltip=Add Global Variables

Back to the top