Moved remaining strings to resource (managers)
This commit is contained in:
@@ -1215,7 +1215,7 @@ Public Class frmGameManager
|
||||
Private Sub ImportOfficialGameList()
|
||||
|
||||
If mgrCommon.ShowMessage(frmGameManager_ConfirmOfficialImport, MsgBoxStyle.YesNo) = MsgBoxResult.Yes Then
|
||||
If mgrMonitorList.DoImport(mgrPath.OfficialImportURL) Then
|
||||
If mgrMonitorList.DoImport(App_URLImport) Then
|
||||
LoadData()
|
||||
End If
|
||||
End If
|
||||
|
||||
@@ -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()
|
||||
|
||||
@@ -99,7 +99,7 @@ Public Class frmStartUpWizard
|
||||
|
||||
Private Sub DownloadSettings()
|
||||
If mgrCommon.ShowMessage(frmStartUpWizard_ConfirmOfficialImport, MsgBoxStyle.YesNo) = MsgBoxResult.Yes Then
|
||||
If mgrMonitorList.DoImport(mgrPath.OfficialImportURL) Then
|
||||
If mgrMonitorList.DoImport(App_URLImport) Then
|
||||
oGameData = mgrMonitorList.ReadList(mgrMonitorList.eListTypes.FullList)
|
||||
If oSettings.Sync Then mgrMonitorList.SyncMonitorLists()
|
||||
End If
|
||||
|
||||
Reference in New Issue
Block a user