Moved remaining strings to resource (managers)

This commit is contained in:
Michael J. Seiferling
2015-12-24 11:19:53 -06:00
parent 51ca315edd
commit 88e0fa9afd
14 changed files with 817 additions and 131 deletions
+3 -3
View File
@@ -628,15 +628,15 @@ Public Class frmMain
End Sub
Private Sub OpenWebSite()
Process.Start(mgrPath.OfficialWebURL)
Process.Start(App_URLWebsite)
End Sub
Private Sub OpenOnlineManual()
Process.Start(mgrPath.OfficialManualURL)
Process.Start(App_URLManual)
End Sub
Private Sub OpenCheckforUpdates()
Process.Start(mgrPath.OfficialUpdatesURL)
Process.Start(App_URLUpdates)
End Sub
Private Sub CheckForNewBackups()