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:
authorDaniel <790119+DanTheMan827@users.noreply.github.com>2017-12-09 23:32:10 +0300
committerDaniel <790119+DanTheMan827@users.noreply.github.com>2017-12-09 23:32:10 +0300
commit9c81d3277d974a3f7861456134aebacb686e6588 (patch)
treec2dd3f68d5848b41c04927bcc6f9d63d326d0141 /SelectSnesButtonsForm.Designer.cs
parent6a46aadeb570033313cc0097013c3778435a09cb (diff)
Fix csproj problems, fixes #1110
Diffstat (limited to 'SelectSnesButtonsForm.Designer.cs')
-rw-r--r--SelectSnesButtonsForm.Designer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/SelectSnesButtonsForm.Designer.cs b/SelectSnesButtonsForm.Designer.cs
index d1b35a95..e07afdad 100644
--- a/SelectSnesButtonsForm.Designer.cs
+++ b/SelectSnesButtonsForm.Designer.cs
@@ -118,7 +118,7 @@
//
// pictureBoxController
//
- this.pictureBoxController.Image = global::com.clusterrr.hakchi_gui.Properties.Resources.gamepad_SNES;
+ this.pictureBoxController.Image = global::com.clusterrr.hakchi_gui.Properties.Resources.gamepad_snes;
resources.ApplyResources(this.pictureBoxController, "pictureBoxController");
this.pictureBoxController.Name = "pictureBoxController";
this.pictureBoxController.TabStop = false;