Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsuen2007-03-09 21:46:21 +0000
committerrsuen2007-03-09 21:46:21 +0000
commit8e1dcedc0ec07eaa230d871987e10906ef6fe379 (patch)
treedf3a2e41fd3b80ae85d74977ff31bcd10a0bdefa /providers/bundles/org.eclipse.ecf.provider.bittorrent.ui
parentf1b3d54effcf3e29614f44e58a86c7ad3e252d49 (diff)
downloadorg.eclipse.ecf-8e1dcedc0ec07eaa230d871987e10906ef6fe379.tar.gz
org.eclipse.ecf-8e1dcedc0ec07eaa230d871987e10906ef6fe379.tar.xz
org.eclipse.ecf-8e1dcedc0ec07eaa230d871987e10906ef6fe379.zip
Update the wizard class name.
Diffstat (limited to 'providers/bundles/org.eclipse.ecf.provider.bittorrent.ui')
-rw-r--r--providers/bundles/org.eclipse.ecf.provider.bittorrent.ui/plugin.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/providers/bundles/org.eclipse.ecf.provider.bittorrent.ui/plugin.xml b/providers/bundles/org.eclipse.ecf.provider.bittorrent.ui/plugin.xml
index 17df2f8c1..dba266f63 100644
--- a/providers/bundles/org.eclipse.ecf.provider.bittorrent.ui/plugin.xml
+++ b/providers/bundles/org.eclipse.ecf.provider.bittorrent.ui/plugin.xml
@@ -4,7 +4,7 @@
<extension
point="org.eclipse.ecf.ui.connectWizards">
<wizard
- class="org.eclipse.ecf.internal.provider.msn.ui.BitTorrentConnectWizard"
+ class="org.eclipse.ecf.internal.provider.bittorrent.ui.BitTorrentConnectWizard"
containerFactoryName="ecf.filetransfer.bittorrent"
id="org.eclipse.ecf.provider.ui.bittorrent.connectWizard"
name="BitTorrent"/>

Back to the top