diff --git a/mRemoteV1/Config/Import/RemoteDesktopConnection.cs b/mRemoteV1/Config/Import/RemoteDesktopConnectionImporter.cs similarity index 99% rename from mRemoteV1/Config/Import/RemoteDesktopConnection.cs rename to mRemoteV1/Config/Import/RemoteDesktopConnectionImporter.cs index 4f873d8b..e8e73454 100644 --- a/mRemoteV1/Config/Import/RemoteDesktopConnection.cs +++ b/mRemoteV1/Config/Import/RemoteDesktopConnectionImporter.cs @@ -9,7 +9,7 @@ using mRemoteNG.Tree; namespace mRemoteNG.Config.Import { - public class RemoteDesktopConnection + public class RemoteDesktopConnectionImporter { public static void Import(string fileName, TreeNode parentTreeNode) { diff --git a/mRemoteV1/mRemoteV1.csproj b/mRemoteV1/mRemoteV1.csproj index dbe70f2f..bdead19b 100644 --- a/mRemoteV1/mRemoteV1.csproj +++ b/mRemoteV1/mRemoteV1.csproj @@ -163,7 +163,7 @@ - +