Fixed some long standing system tray bugs

This commit is contained in:
Michael J. Seiferling
2017-08-02 11:39:19 -06:00
parent b5859d6541
commit 44fdc4160e
3 changed files with 23 additions and 12 deletions
+9
View File
@@ -78,6 +78,15 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Looks up a localized string similar to GBM is busy with an open window on your desktop..
'''</summary>
Friend ReadOnly Property App_ErrorFocus() As String
Get
Return ResourceManager.GetString("App_ErrorFocus", resourceCulture)
End Get
End Property
'''<summary>
''' Looks up a localized string similar to This function is currently not available on a Unix based operating system..
'''</summary>