Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Valenta2007-05-01 13:19:46 +0000
committerMichael Valenta2007-05-01 13:19:46 +0000
commit609410371bc1b1ac82899ba29f964d9958c467b7 (patch)
tree6e826864eb85e0f1560977f6a6d5722600394d33 /bundles/org.eclipse.team.cvs.ui
parent8b5bbe9e6b04b30ea709482bc1dbf6b6dbecf9fa (diff)
downloadeclipse.platform.team-609410371bc1b1ac82899ba29f964d9958c467b7.tar.gz
eclipse.platform.team-609410371bc1b1ac82899ba29f964d9958c467b7.tar.xz
eclipse.platform.team-609410371bc1b1ac82899ba29f964d9958c467b7.zip
Bug 184792 Cntrl-3 / New CVS Repo fails
Diffstat (limited to 'bundles/org.eclipse.team.cvs.ui')
-rw-r--r--bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/wizards/NewLocationWizard.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/wizards/NewLocationWizard.java b/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/wizards/NewLocationWizard.java
index 657d5e477..47893a045 100644
--- a/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/wizards/NewLocationWizard.java
+++ b/bundles/org.eclipse.team.cvs.ui/src/org/eclipse/team/internal/ccvs/ui/wizards/NewLocationWizard.java
@@ -30,7 +30,7 @@ import org.eclipse.team.internal.ccvs.ui.*;
import org.eclipse.team.internal.ui.Utils;
import org.eclipse.ui.*;
-public class NewLocationWizard extends Wizard implements IWorkbenchWizard {
+public class NewLocationWizard extends Wizard implements INewWizard {
private ConfigurationWizardMainPage mainPage;
private Properties properties = null;

Back to the top