Fix for issue #112

This commit is contained in:
MikeMaximus
2017-12-08 09:48:58 -06:00
parent 5165ae27e7
commit ff0f3b9dd4
3 changed files with 48 additions and 22 deletions
+9
View File
@@ -2832,6 +2832,15 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to An instance of Game Backup Monitor is already running..
'''</summary>
Friend ReadOnly Property frmMain_ErrorAlreadyRunning() As String
Get
Return ResourceManager.GetString("frmMain_ErrorAlreadyRunning", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to GBM is running from a new location, the Windows startup entry has been updated..
'''</summary>