Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail Khodjaiants2003-02-11 23:58:55 +0000
committerMikhail Khodjaiants2003-02-11 23:58:55 +0000
commita16cae3be3e76dcd227dfdee64df9f06d39608b0 (patch)
tree056dc524251e63ee1209bd926501d6138bcc6083 /debug/org.eclipse.cdt.debug.mi.ui/plugin.properties
parent92419e6d4e7bdea00778b38537a5f6bc1c2ba267 (diff)
downloadorg.eclipse.cdt-a16cae3be3e76dcd227dfdee64df9f06d39608b0.tar.gz
org.eclipse.cdt-a16cae3be3e76dcd227dfdee64df9f06d39608b0.tar.xz
org.eclipse.cdt-a16cae3be3e76dcd227dfdee64df9f06d39608b0.zip
The 'Automatically Load Symbols' action is added to the 'Shared Libraries' view.
Diffstat (limited to 'debug/org.eclipse.cdt.debug.mi.ui/plugin.properties')
-rw-r--r--debug/org.eclipse.cdt.debug.mi.ui/plugin.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/debug/org.eclipse.cdt.debug.mi.ui/plugin.properties b/debug/org.eclipse.cdt.debug.mi.ui/plugin.properties
index efdba4504df..7d444eef8ba 100644
--- a/debug/org.eclipse.cdt.debug.mi.ui/plugin.properties
+++ b/debug/org.eclipse.cdt.debug.mi.ui/plugin.properties
@@ -2,3 +2,6 @@ pluginName=C/C++ Development Tools GDB/MI CDI Debugger UI
providerName=Eclipse.org
MIPreferencePage.name=GDB MI
+
+SetAutoSolibAction.label=Automatically Load Shared Libraries
+SetAutoSolibAction.tooltip=Automatically Load Shared Libraries On/Off

Back to the top