From 9b1e010dcc0e33c5dad70d009b4643d08151e653 Mon Sep 17 00:00:00 2001 From: Huo Yaoyuan Date: Thu, 6 Apr 2017 16:05:41 +0800 Subject: [PATCH] Fix filename mismatch. --- .../{IBeatmapCoverter.cs => IBeatmapConverter.cs} | 0 .../{BaseDifficulty.cs => BeatmapDifficulty.cs} | 0 ...abControlCheckBox.cs => OsuTabControlCheckbox.cs} | 0 ...PopupDialogOKButton.cs => PopupDialogOkButton.cs} | 0 osu.Game/Screens/{OsuGameScreen.cs => OsuScreen.cs} | 0 .../{GameScreenWhiteBox.cs => ScreenWhiteBox.cs} | 0 osu.Game/osu.Game.csproj | 12 ++++++------ 7 files changed, 6 insertions(+), 6 deletions(-) rename osu.Game/Beatmaps/{IBeatmapCoverter.cs => IBeatmapConverter.cs} (100%) rename osu.Game/Database/{BaseDifficulty.cs => BeatmapDifficulty.cs} (100%) rename osu.Game/Graphics/UserInterface/{OsuTabControlCheckBox.cs => OsuTabControlCheckbox.cs} (100%) rename osu.Game/Overlays/Dialog/{PopupDialogOKButton.cs => PopupDialogOkButton.cs} (100%) rename osu.Game/Screens/{OsuGameScreen.cs => OsuScreen.cs} (100%) rename osu.Game/Screens/{GameScreenWhiteBox.cs => ScreenWhiteBox.cs} (100%) diff --git a/osu.Game/Beatmaps/IBeatmapCoverter.cs b/osu.Game/Beatmaps/IBeatmapConverter.cs similarity index 100% rename from osu.Game/Beatmaps/IBeatmapCoverter.cs rename to osu.Game/Beatmaps/IBeatmapConverter.cs diff --git a/osu.Game/Database/BaseDifficulty.cs b/osu.Game/Database/BeatmapDifficulty.cs similarity index 100% rename from osu.Game/Database/BaseDifficulty.cs rename to osu.Game/Database/BeatmapDifficulty.cs diff --git a/osu.Game/Graphics/UserInterface/OsuTabControlCheckBox.cs b/osu.Game/Graphics/UserInterface/OsuTabControlCheckbox.cs similarity index 100% rename from osu.Game/Graphics/UserInterface/OsuTabControlCheckBox.cs rename to osu.Game/Graphics/UserInterface/OsuTabControlCheckbox.cs diff --git a/osu.Game/Overlays/Dialog/PopupDialogOKButton.cs b/osu.Game/Overlays/Dialog/PopupDialogOkButton.cs similarity index 100% rename from osu.Game/Overlays/Dialog/PopupDialogOKButton.cs rename to osu.Game/Overlays/Dialog/PopupDialogOkButton.cs diff --git a/osu.Game/Screens/OsuGameScreen.cs b/osu.Game/Screens/OsuScreen.cs similarity index 100% rename from osu.Game/Screens/OsuGameScreen.cs rename to osu.Game/Screens/OsuScreen.cs diff --git a/osu.Game/Screens/GameScreenWhiteBox.cs b/osu.Game/Screens/ScreenWhiteBox.cs similarity index 100% rename from osu.Game/Screens/GameScreenWhiteBox.cs rename to osu.Game/Screens/ScreenWhiteBox.cs diff --git a/osu.Game/osu.Game.csproj b/osu.Game/osu.Game.csproj index 1577ed2229..6dd5ec3088 100644 --- a/osu.Game/osu.Game.csproj +++ b/osu.Game/osu.Game.csproj @@ -74,7 +74,7 @@ - + @@ -180,7 +180,7 @@ - + @@ -208,7 +208,7 @@ - + @@ -282,7 +282,7 @@ - + @@ -346,7 +346,7 @@ - + @@ -363,7 +363,7 @@ - +