Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail Khodjaiants2005-02-07 23:59:27 +0000
committerMikhail Khodjaiants2005-02-07 23:59:27 +0000
commit37b5f0641626a04653cbf36627c8900ac10ddcee (patch)
treeebeee235042dff19fdf3ce59479edc90b8222624 /debug/org.eclipse.cdt.debug.ui/plugin.properties
parent4fe2f1e7d8918c1523fe6d9bda577c522ea51134 (diff)
downloadorg.eclipse.cdt-37b5f0641626a04653cbf36627c8900ac10ddcee.tar.gz
org.eclipse.cdt-37b5f0641626a04653cbf36627c8900ac10ddcee.tar.xz
org.eclipse.cdt-37b5f0641626a04653cbf36627c8900ac10ddcee.zip
Bug 82264: Enhance the Shared Libraries view. Added the definition of detail pane font.
Diffstat (limited to 'debug/org.eclipse.cdt.debug.ui/plugin.properties')
-rw-r--r--debug/org.eclipse.cdt.debug.ui/plugin.properties9
1 files changed, 6 insertions, 3 deletions
diff --git a/debug/org.eclipse.cdt.debug.ui/plugin.properties b/debug/org.eclipse.cdt.debug.ui/plugin.properties
index 14a69a5755a..be250691dcc 100644
--- a/debug/org.eclipse.cdt.debug.ui/plugin.properties
+++ b/debug/org.eclipse.cdt.debug.ui/plugin.properties
@@ -103,10 +103,10 @@ DisassemblyCurrentInstructionPointer=Disassembly Current Instruction Pointer
DisassemblySecondaryInstructionPointer=Disassembly Secondary Instruction Pointer
DebugPresentation.label=C/C++ Debug Appearance
-DisassemblySourceLineColor.label=Disassembly Source Line text color
+DisassemblySourceLineColor.label=Disassembly Source Line Text Color
DisassemblySourceLineColor.description=The color used in the Disassembly view for source lines.
-DisassemblyFontDefinition.label=Disassembly View text font
-DisassemblyFontDefinition.description=The font used in the Disassembly view.
+DisassemblyFontDefinition.label=Disassembly View Text Font
+DisassemblyFontDefinition.description=The text font used in the Disassembly view.
DebugTextHover.label=Debugger
DebugTextHover.description=Shows the value of the expression selected in the debug perspective.
@@ -118,5 +118,8 @@ CommonBreakpointPage.label=Common
FilteringBreakpointPage.label=Filtering
CommonSignalPage.label=Common
+ModulesDetailPaneFontDefinition.label=Modules View Detail Pane Text Font
+ModulesDetailPaneFontDefinition.description=The text font used in the detail pane of the Modules view.
+
CollapseAllModulesAction.label=Collapse All
CollapseAllModulesAction.tooltip=Collapse All

Back to the top