From dda38610b77156db2604b4b84912b985e0a64337 Mon Sep 17 00:00:00 2001 From: CeRiAl Date: Sun, 5 Nov 2017 19:38:48 +0100 Subject: 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" --- Apps/NesUGAme.cs | 23 ----------------------- Apps/NesUGame.cs | 23 +++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 Apps/NesUGAme.cs create mode 100644 Apps/NesUGame.cs (limited to 'Apps') diff --git a/Apps/NesUGAme.cs b/Apps/NesUGAme.cs deleted file mode 100644 index 85a83564..00000000 --- a/Apps/NesUGAme.cs +++ /dev/null @@ -1,23 +0,0 @@ -#pragma warning disable 0108 -using com.clusterrr.hakchi_gui.Properties; -using System.Drawing; - -namespace com.clusterrr.hakchi_gui -{ - public class NesUGame : NesMiniApplication - { - public override string GoogleSuffix - { - get - { - return "(nes | famicom)"; - } - } - - public NesUGame(string path, bool ignoreEmptyConfig = false) - : base(path, ignoreEmptyConfig) - { - } - } -} - diff --git a/Apps/NesUGame.cs b/Apps/NesUGame.cs new file mode 100644 index 00000000..85a83564 --- /dev/null +++ b/Apps/NesUGame.cs @@ -0,0 +1,23 @@ +#pragma warning disable 0108 +using com.clusterrr.hakchi_gui.Properties; +using System.Drawing; + +namespace com.clusterrr.hakchi_gui +{ + public class NesUGame : NesMiniApplication + { + public override string GoogleSuffix + { + get + { + return "(nes | famicom)"; + } + } + + public NesUGame(string path, bool ignoreEmptyConfig = false) + : base(path, ignoreEmptyConfig) + { + } + } +} + -- cgit v1.2.3