diff --git a/mRemoteV1/UI/Forms/CredentialManagerPages/CredentialRepositoriesPage.cs b/mRemoteV1/UI/Forms/CredentialManagerPages/CredentialRepositoriesPage.cs index 702100bfb..467aab7a0 100644 --- a/mRemoteV1/UI/Forms/CredentialManagerPages/CredentialRepositoriesPage.cs +++ b/mRemoteV1/UI/Forms/CredentialManagerPages/CredentialRepositoriesPage.cs @@ -40,7 +40,7 @@ namespace mRemoteNG.UI.Forms.CredentialManagerPages { var addRepoSequence = new PageSequence(Parent, this, - new CredentialRepositorySelectionPage( + new CredentialRepositoryTypeSelectionPage( new ISelectionTarget[] { new XmlCredentialRepositorySelector(), diff --git a/mRemoteV1/UI/Forms/CredentialManagerPages/CredentialRepositorySelectionPage.Designer.cs b/mRemoteV1/UI/Forms/CredentialManagerPages/CredentialRepositoryTypeSelectionPage.Designer.cs similarity index 99% rename from mRemoteV1/UI/Forms/CredentialManagerPages/CredentialRepositorySelectionPage.Designer.cs rename to mRemoteV1/UI/Forms/CredentialManagerPages/CredentialRepositoryTypeSelectionPage.Designer.cs index 694acdad8..91dae8671 100644 --- a/mRemoteV1/UI/Forms/CredentialManagerPages/CredentialRepositorySelectionPage.Designer.cs +++ b/mRemoteV1/UI/Forms/CredentialManagerPages/CredentialRepositoryTypeSelectionPage.Designer.cs @@ -1,6 +1,6 @@ namespace mRemoteNG.UI.Forms.CredentialManagerPages { - partial class CredentialRepositorySelectionPage + partial class CredentialRepositoryTypeSelectionPage { /// /// Required designer variable. diff --git a/mRemoteV1/UI/Forms/CredentialManagerPages/CredentialRepositorySelectionPage.cs b/mRemoteV1/UI/Forms/CredentialManagerPages/CredentialRepositoryTypeSelectionPage.cs similarity index 92% rename from mRemoteV1/UI/Forms/CredentialManagerPages/CredentialRepositorySelectionPage.cs rename to mRemoteV1/UI/Forms/CredentialManagerPages/CredentialRepositoryTypeSelectionPage.cs index 828c2ae16..504fa1fc2 100644 --- a/mRemoteV1/UI/Forms/CredentialManagerPages/CredentialRepositorySelectionPage.cs +++ b/mRemoteV1/UI/Forms/CredentialManagerPages/CredentialRepositoryTypeSelectionPage.cs @@ -10,11 +10,11 @@ using mRemoteNG.UI.Forms.CredentialManagerPages.CredentialRepositoryEditorPages; namespace mRemoteNG.UI.Forms.CredentialManagerPages { - public partial class CredentialRepositorySelectionPage : SequencedControl + public partial class CredentialRepositoryTypeSelectionPage : SequencedControl { private readonly ICredentialRepositoryList _repositoryList; - public CredentialRepositorySelectionPage(IEnumerable> selectionTargets, ICredentialRepositoryList repositoryList) + public CredentialRepositoryTypeSelectionPage(IEnumerable> selectionTargets, ICredentialRepositoryList repositoryList) { if (selectionTargets == null) throw new ArgumentNullException(nameof(selectionTargets)); diff --git a/mRemoteV1/UI/Forms/CredentialManagerPages/CredentialRepositorySelectionPage.resx b/mRemoteV1/UI/Forms/CredentialManagerPages/CredentialRepositoryTypeSelectionPage.resx similarity index 100% rename from mRemoteV1/UI/Forms/CredentialManagerPages/CredentialRepositorySelectionPage.resx rename to mRemoteV1/UI/Forms/CredentialManagerPages/CredentialRepositoryTypeSelectionPage.resx diff --git a/mRemoteV1/mRemoteV1.csproj b/mRemoteV1/mRemoteV1.csproj index d720d073f..068efd749 100644 --- a/mRemoteV1/mRemoteV1.csproj +++ b/mRemoteV1/mRemoteV1.csproj @@ -380,11 +380,11 @@ XmlCredentialRepositoryEditorPage.cs - + UserControl - - CredentialRepositorySelectionPage.cs + + CredentialRepositoryTypeSelectionPage.cs @@ -690,8 +690,8 @@ XmlCredentialRepositoryEditorPage.cs - - CredentialRepositorySelectionPage.cs + + CredentialRepositoryTypeSelectionPage.cs CredentialRepositoriesPage.cs