aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/cvs/checkoutwizard.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/cvs/checkoutwizard.cpp')
-rw-r--r--src/plugins/cvs/checkoutwizard.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/cvs/checkoutwizard.cpp b/src/plugins/cvs/checkoutwizard.cpp
index 09ab77febe..a08a315938 100644
--- a/src/plugins/cvs/checkoutwizard.cpp
+++ b/src/plugins/cvs/checkoutwizard.cpp
@@ -56,7 +56,7 @@ QString CheckoutWizard::description() const
return tr("Checks out a project from a CVS repository.");
}
-QString CheckoutWizard::name() const
+QString CheckoutWizard::displayName() const
{
return tr("CVS Checkout");
}