Convert all related operations to use new wine data fields
This commit is contained in:
Generated
+19
-1
@@ -3336,6 +3336,15 @@ Namespace My.Resources
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to [PARAM] uses a Windows configuration and requires a Wine save path to perform this operation..
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmMain_ErrorNoWineSavePath() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("frmMain_ErrorNoWineSavePath", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to [PARAM] uses a relative path and has never been detected on this computer..
|
||||
'''</summary>
|
||||
@@ -4056,6 +4065,15 @@ Namespace My.Resources
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to [PARAM] Wine Binary Path: [PARAM].
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmMain_WineBinaryPath() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("frmMain_WineBinaryPath", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to [PARAM] Wine Prefix: [PARAM].
|
||||
'''</summary>
|
||||
@@ -4066,7 +4084,7 @@ Namespace My.Resources
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to [PARAM] Converted Save Path: [PARAM].
|
||||
''' Looks up a localized string similar to [PARAM] Wine Save Path: [PARAM].
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmMain_WineSavePath() As String
|
||||
Get
|
||||
|
||||
Reference in New Issue
Block a user