diff --git a/README.md b/README.md
index d5b8b6a3..589399ef 100644
--- a/README.md
+++ b/README.md
@@ -85,6 +85,7 @@ You will need to compile it yourself using Visual Studio.
### Minimum Requirements
* [Microsoft .NET Desktop Runtime 9.0](https://dotnet.microsoft.com/download/dotnet/6.0)
+* [Microsoft Visual C++ Redistributable x86 (note: use 32-bit, required until #2870 is resolved)](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#latest-supported-redistributable-version)
* Microsoft Terminal Service Client 6.0 or later (needed if you use RDP with mstscax.dll and/or msrdp.ocx to be registered)
### Download
diff --git a/mRemoteNG/Language/Language.Designer.cs b/mRemoteNG/Language/Language.Designer.cs
index 8b75827c..7aa95d15 100644
--- a/mRemoteNG/Language/Language.Designer.cs
+++ b/mRemoteNG/Language/Language.Designer.cs
@@ -19,7 +19,7 @@ namespace mRemoteNG.Resources.Language {
// class via a tool like ResGen or Visual Studio.
// To add or remove a member, edit your .ResX file then rerun ResGen
// with the /str option, or rebuild your VS project.
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")]
+ [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "18.0.0.0")]
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
internal class Language {
@@ -420,6 +420,15 @@ namespace mRemoteNG.Resources.Language {
}
}
+ ///
+ /// Looks up a localized string similar to ARD (Apple Remote Desktop).
+ ///
+ internal static string Ard {
+ get {
+ return ResourceManager.GetString("Ard", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to Arguments.
///
@@ -609,15 +618,6 @@ namespace mRemoteNG.Resources.Language {
}
}
- ///
- /// Looks up a localized string similar to Color.
- ///
- internal static string Color {
- get {
- return ResourceManager.GetString("Color", resourceCulture);
- }
- }
-
///
/// Looks up a localized string similar to Cannot start Port Scan, incorrect IP format!.
///
@@ -852,6 +852,15 @@ namespace mRemoteNG.Resources.Language {
}
}
+ ///
+ /// Looks up a localized string similar to Color.
+ ///
+ internal static string Color {
+ get {
+ return ResourceManager.GetString("Color", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to Colors.
///
@@ -4332,6 +4341,15 @@ namespace mRemoteNG.Resources.Language {
}
}
+ ///
+ /// Looks up a localized string similar to Sets the color of the connection tab. Leave empty for default theme color..
+ ///
+ internal static string PropertyDescriptionTabColor {
+ get {
+ return ResourceManager.GetString("PropertyDescriptionTabColor", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to Connect to the console session of the remote host..
///
@@ -6207,6 +6225,15 @@ namespace mRemoteNG.Resources.Language {
}
}
+ ///
+ /// Looks up a localized string similar to Tab Color.
+ ///
+ internal static string TabColor {
+ get {
+ return ResourceManager.GetString("TabColor", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to Tabs && Panels.
///
diff --git a/mRemoteNG/Language/Language.resx b/mRemoteNG/Language/Language.resx
index fe2cd457..7958c0cb 100644
--- a/mRemoteNG/Language/Language.resx
+++ b/mRemoteNG/Language/Language.resx
@@ -1025,6 +1025,7 @@ If you run into such an error, please create a new connection file!
Sets the color for the connection or folder in the connections tree. Connections inherit this color from their parent folder.
+
Sets the color of the connection tab. Leave empty for default theme color.