Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJared Burns2003-08-05 17:36:50 +0000
committerJared Burns2003-08-05 17:36:50 +0000
commit69a80f45d5c06c82645afce4abc7c6f06d1f9256 (patch)
tree9d9a046dfb79486145749bed3c7bde8ec5266f01 /org.eclipse.debug.ui/plugin.xml
parentc49e3bbfaec3a90a0b4bbecd5e8dcc4cb0d7f662 (diff)
downloadeclipse.platform.debug-69a80f45d5c06c82645afce4abc7c6f06d1f9256.tar.gz
eclipse.platform.debug-69a80f45d5c06c82645afce4abc7c6f06d1f9256.tar.xz
eclipse.platform.debug-69a80f45d5c06c82645afce4abc7c6f06d1f9256.zip
Renamed SimpleVariablePreferencePage
Diffstat (limited to 'org.eclipse.debug.ui/plugin.xml')
-rw-r--r--org.eclipse.debug.ui/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.debug.ui/plugin.xml b/org.eclipse.debug.ui/plugin.xml
index cda19f51d..ff111cd30 100644
--- a/org.eclipse.debug.ui/plugin.xml
+++ b/org.eclipse.debug.ui/plugin.xml
@@ -113,7 +113,7 @@
<page
name="%SimpleVariablePreferencePage.name"
category="org.eclipse.debug.ui.DebugPreferencePage"
- class="org.eclipse.debug.internal.ui.preferences.SimpleVariablePreferencePage"
+ class="org.eclipse.debug.internal.ui.preferences.SimpleLaunchVariablePreferencePage"
id="org.eclipse.debug.ui.SimpleVariablePreferencePage">
</page>
</extension>

Back to the top