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
path: root/Apps
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-02-23 13:08:31 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2017-02-23 13:08:31 +0300
commit613b2de025d91b6bb5412fd79987e95da5e0671a (patch)
treee5559f1397fe3301cf91c0fcccc11f5e73334f41 /Apps
parentcafff85c2a2759a75ff9b31a1b7e25fcaf0a6482 (diff)
RC
Diffstat (limited to 'Apps')
-rw-r--r--Apps/AppTypeCollection.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Apps/AppTypeCollection.cs b/Apps/AppTypeCollection.cs
index a405de32..1ce2b9d9 100644
--- a/Apps/AppTypeCollection.cs
+++ b/Apps/AppTypeCollection.cs
@@ -70,7 +70,7 @@ namespace com.clusterrr.hakchi_gui
Prefix = 'M',
DefaultCover = Resources.blank_sms
},
- new AppInfo
+ new AppInfo
{
Class = typeof(GenesisGame),
Extensions = new string[] { ".gen", ".md", ".smd" },
@@ -78,7 +78,7 @@ namespace com.clusterrr.hakchi_gui
Prefix = 'G',
DefaultCover = Resources.blank_genesis
},
- new AppInfo
+ new AppInfo
{
Class = typeof(GbGame),
Extensions = new string[] { ".gb" },