Add support for Studio without automatic detection
This commit is contained in:
parent
71cdd9ab92
commit
29e65e6f0a
7 changed files with 84 additions and 14 deletions
9
EnvyUpdate/Properties/Resources.Designer.cs
generated
9
EnvyUpdate/Properties/Resources.Designer.cs
generated
|
@ -177,6 +177,15 @@ namespace EnvyUpdate.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Local driver type:.
|
||||
/// </summary>
|
||||
public static string ui_localdriver_type {
|
||||
get {
|
||||
return ResourceManager.GetString("ui_localdriver_type", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Online driver version:.
|
||||
/// </summary>
|
||||
|
|
Reference in a new issue