Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail Khodjaiants2002-10-04 20:23:28 +0000
committerMikhail Khodjaiants2002-10-04 20:23:28 +0000
commit114372c4fc62e017aefbd9557e5ec7f2d8c66c53 (patch)
tree2390833b00a7466bddebadeab927b1128c341d1f /debug/org.eclipse.cdt.debug.ui/plugin.properties
parent707380391ecea56434e6c19cc6b2770b9c752f60 (diff)
downloadorg.eclipse.cdt-114372c4fc62e017aefbd9557e5ec7f2d8c66c53.tar.gz
org.eclipse.cdt-114372c4fc62e017aefbd9557e5ec7f2d8c66c53.tar.xz
org.eclipse.cdt-114372c4fc62e017aefbd9557e5ec7f2d8c66c53.zip
Implementation of 'Show Full Paths' action.
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 3adaae42478..e104e10e311 100644
--- a/debug/org.eclipse.cdt.debug.ui/plugin.properties
+++ b/debug/org.eclipse.cdt.debug.ui/plugin.properties
@@ -28,5 +28,7 @@ BreakpointPropertiesAction.label=P&roperties...
ManageWatchpointAction.label=Add C/C++ &Watchpoint...
AddExpressionAction.label=Add C/C++ &Expression...
RunToLineAction.label=Run To C/C++ &Line
+ShowFullPathsAction.label=Show Full Paths
+ShowFullPathsAction.tooltip=Show Full Paths
CDebugActionGroup.name=C/C++ Debug

Back to the top