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:
authorCeRiAl <ikhatib@gmail.com>2017-11-05 21:38:48 +0300
committerCeRiAl <ikhatib@gmail.com>2017-11-17 21:58:14 +0300
commitdda38610b77156db2604b4b84912b985e0a64337 (patch)
tree68a6ca1668d2f84be8ba8e3460d53498b0c5c1b9 /SelectSnesButtonsForm.Designer.cs
parentf95dfc0e02610fecb5981120d121ab7b4626a8ac (diff)
Fix filename letter cases (and references)
* Fix letter case for "images/gamepad_snes.png" (and references) * Fix letter case for "FoldersManagerForm.de-DE.resx" (and references) * Fix letter case for "Apps/NesUGame.cs"
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;