Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Apps/SnesGame.cs')
-rw-r--r--Apps/SnesGame.cs5
1 files changed, 3 insertions, 2 deletions
diff --git a/Apps/SnesGame.cs b/Apps/SnesGame.cs
index 4eac1e42..8e8057cf 100644
--- a/Apps/SnesGame.cs
+++ b/Apps/SnesGame.cs
@@ -522,6 +522,7 @@ namespace com.clusterrr.hakchi_gui
if (ReleaseDate.Length == 7) ReleaseDate += "-01";
Publisher = gameinfo.Publisher.ToUpper();
+ /*
if (!string.IsNullOrEmpty(gameinfo.CoverUrl))
{
if (NeedAutoDownloadCover != true)
@@ -535,7 +536,7 @@ namespace com.clusterrr.hakchi_gui
MessageBoxIcon.Question,
MessageBoxDefaultButton.Button2, true);
if (r == DialogResult.Abort)
- NeedPatch = true;
+ NeedAutoDownloadCover = true;
if (r == DialogResult.Ignore)
return true;
}
@@ -552,7 +553,7 @@ namespace com.clusterrr.hakchi_gui
Debug.WriteLine(ex.Message + ex.StackTrace);
}
}
-
+ */
return true;
}
return false;