Tweaks to icon extraction and error handling
This commit is contained in:
Generated
+9
-9
@@ -2877,15 +2877,6 @@ Namespace My.Resources
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to This tool removes orphaned backup information from the local manifest based on the current backup folder. Data can become orphaned when backups are deleted by various computers that share the same backup folder on a cloud or network.[BR][BR]When alternating between different backup folders you should NOT use this tool.[BR][BR]Do you wish to proceed?.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmMain_ConfirmManifestClean() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("frmMain_ConfirmManifestClean", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Do you wish to cancel the monitoring of [PARAM]?[BR][BR]Warning: When monitoring is cancelled, session time is NOT saved..
|
||||
'''</summary>
|
||||
@@ -3084,6 +3075,15 @@ Namespace My.Resources
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to An error occured while obtaining the details of the detected game..
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmMain_ErrorGameDetails() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("frmMain_ErrorGameDetails", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to An unexpected error occured while initializing GBM.[BR][BR][PARAM][BR][BR]Do you wish to continue anyway? (Not Recommended).
|
||||
'''</summary>
|
||||
|
||||
Reference in New Issue
Block a user