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:
-rw-r--r--Properties/Resources.resx1
-rw-r--r--SelectSnesButtonsForm.Designer.cs2
-rw-r--r--hakchi_gui.csproj2
3 files changed, 4 insertions, 1 deletions
diff --git a/Properties/Resources.resx b/Properties/Resources.resx
index 50b9db29..8c30bd49 100644
--- a/Properties/Resources.resx
+++ b/Properties/Resources.resx
@@ -723,6 +723,7 @@
</data>
<data name="FolderNotEmpty" xml:space="preserve">
<value>The selected folder isn't empty</value>
+ </data>
<data name="gitCommit" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\commit.txt;System.String, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;Windows-1252</value>
</data>
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;
diff --git a/hakchi_gui.csproj b/hakchi_gui.csproj
index 8d550e8b..a68b7ea0 100644
--- a/hakchi_gui.csproj
+++ b/hakchi_gui.csproj
@@ -2347,6 +2347,8 @@
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="DesktopEntries\CLV-P-VADZJ.desktop">
+ <CopyToOutputDirectory>Always</CopyToOutputDirectory>
+ </Content>
<Content Include="mods\mod_hakchi\bin\usleep">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>