Added "Backup GBM data files on launch" feature
This commit is contained in:
Generated
+18
@@ -60,6 +60,15 @@ Namespace My.Resources
|
||||
End Set
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to launch.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property App_BackupOnLaunchFileDescription() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("App_BackupOnLaunchFileDescription", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to There are unsaved changes on this form. Do you want to save?.
|
||||
'''</summary>
|
||||
@@ -4155,6 +4164,15 @@ Namespace My.Resources
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Backup GBM data files on launch.
|
||||
'''</summary>
|
||||
Friend ReadOnly Property frmSettings_chkBackupOnLaunch() As String
|
||||
Get
|
||||
Return ResourceManager.GetString("frmSettings_chkBackupOnLaunch", resourceCulture)
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Looks up a localized string similar to Create a sub-folder for each game.
|
||||
'''</summary>
|
||||
|
||||
Reference in New Issue
Block a user