From 10d152342f7eb2efd1e2f1ae94205a0cb55b68c1 Mon Sep 17 00:00:00 2001 From: countchappy Date: Wed, 11 Jan 2017 16:44:53 -0500 Subject: [PATCH] RDP Minutes to Idle Timeout - Update 1 Fixed some language file stuff. --- mRemoteV1/Connection/ConnectionInfoInheritance.cs | 4 ++-- mRemoteV1/Resources/Language/Language.Designer.cs | 2 +- mRemoteV1/Resources/Language/Language.resx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mRemoteV1/Connection/ConnectionInfoInheritance.cs b/mRemoteV1/Connection/ConnectionInfoInheritance.cs index 3ed97778c..49ab3c3cd 100644 --- a/mRemoteV1/Connection/ConnectionInfoInheritance.cs +++ b/mRemoteV1/Connection/ConnectionInfoInheritance.cs @@ -86,8 +86,8 @@ namespace mRemoteNG.Connection TypeConverter(typeof(MiscTools.YesNoTypeConverter))]public bool RDPAuthenticationLevel {get; set; } [LocalizedAttributes.LocalizedCategory("strCategoryProtocol", 4), - LocalizedAttributes.LocalizedDisplayNameInheritAttribute("strPropertyName"), - LocalizedAttributes.LocalizedDescriptionInheritAttribute("strPropertyDescription"), + LocalizedAttributes.LocalizedDisplayNameInheritAttribute("strPropertyNameRDPMinutesToIdleTimeout"), + LocalizedAttributes.LocalizedDescriptionInheritAttribute("strPropertyDescriptionRDPMinutesToIdleTimeout"), TypeConverter(typeof(MiscTools.YesNoTypeConverter))]public bool RDPMinutesToIdleTimeout { get; set; } [LocalizedAttributes.LocalizedCategory("strCategoryProtocol", 4), diff --git a/mRemoteV1/Resources/Language/Language.Designer.cs b/mRemoteV1/Resources/Language/Language.Designer.cs index 2ef6ba792..9d48fdb97 100644 --- a/mRemoteV1/Resources/Language/Language.Designer.cs +++ b/mRemoteV1/Resources/Language/Language.Designer.cs @@ -4019,7 +4019,7 @@ namespace mRemoteNG { } /// - /// Looks up a localized string similar to The number of minutes for the RDP session to sit idle before automatically disconnecting. + /// Looks up a localized string similar to The number of minutes for the RDP session to sit idle before automatically disconnecting (for no limit use 0). /// internal static string strPropertyDescriptionMinutesToIdleTimeout { get { diff --git a/mRemoteV1/Resources/Language/Language.resx b/mRemoteV1/Resources/Language/Language.resx index 6de521f45..43c27f006 100644 --- a/mRemoteV1/Resources/Language/Language.resx +++ b/mRemoteV1/Resources/Language/Language.resx @@ -2422,7 +2422,7 @@ mRemoteNG will now quit and begin with the installation. Download - The number of minutes for the RDP session to sit idle before automatically disconnecting + The number of minutes for the RDP session to sit idle before automatically disconnecting (for no limit use 0) Minutes to Idle