Titlecase windows (#622)

* Rename Windows folder

* Rename Windows/Construction folder

* Rename About.cpp

* Rename Map.cpp

* Rename Options.cpp

* Rename PromptBrowseWindow.cpp

* Rename PromptOkCancelWindow.cpp

* Rename StationWindow.cpp

* Rename TerraForm.cpp

* Rename TextInputWindow.cpp

* Rename ToolTip.cpp

* Rename TownWindow.cpp

* Rename Vehicle.cpp
This commit is contained in:
Peter Gaal 2020-09-12 10:50:23 +01:00 committed by GitHub
parent dc8eea1136
commit c5af9ff70d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
53 changed files with 52 additions and 52 deletions

View File

@ -89,55 +89,55 @@
<ClCompile Include="ViewportManager.cpp" />
<ClCompile Include="Widget.cpp" />
<ClCompile Include="Window.cpp" />
<ClCompile Include="windows\about.cpp" />
<ClCompile Include="windows\AboutMusic.cpp" />
<ClCompile Include="windows\BuildVehicle.cpp" />
<ClCompile Include="windows\CompanyFaceSelection.cpp" />
<ClCompile Include="windows\CompanyList.cpp" />
<ClCompile Include="windows\CompanyWindow.cpp" />
<ClCompile Include="windows\construction\Common.cpp" />
<ClCompile Include="windows\construction\ConstructionTab.cpp" />
<ClCompile Include="windows\construction\OverheadTab.cpp" />
<ClCompile Include="windows\construction\SignalTab.cpp" />
<ClCompile Include="windows\construction\StationTab.cpp" />
<ClCompile Include="windows\EditKeyboardShortcut.cpp" />
<ClCompile Include="windows\Error.cpp" />
<ClCompile Include="windows\IndustryWindow.cpp" />
<ClCompile Include="windows\IndustryList.cpp" />
<ClCompile Include="windows\KeyboardShortcuts.cpp" />
<ClCompile Include="windows\LandscapeGeneration.cpp" />
<ClCompile Include="windows\LandscapeGenerationConfirm.cpp" />
<ClCompile Include="windows\map.cpp" />
<ClCompile Include="windows\MessageWindow.cpp" />
<ClCompile Include="windows\MusicSelection.cpp" />
<ClCompile Include="windows\News\Common.cpp" />
<ClCompile Include="windows\News\News.cpp" />
<ClCompile Include="windows\News\Ticker.cpp" />
<ClCompile Include="windows\ObjectSelectionWindow.cpp" />
<ClCompile Include="windows\options.cpp" />
<ClCompile Include="windows\PlayerInfoPanel.cpp" />
<ClCompile Include="windows\promptbrowsewnd.cpp" />
<ClCompile Include="windows\promptokcancelwnd.cpp" />
<ClCompile Include="windows\ScenarioOptions.cpp" />
<ClCompile Include="windows\stationwnd.cpp" />
<ClCompile Include="windows\StationList.cpp" />
<ClCompile Include="windows\terraform.cpp" />
<ClCompile Include="windows\textinputwnd.cpp" />
<ClCompile Include="windows\TimePanel.cpp" />
<ClCompile Include="windows\TitleExit.cpp" />
<ClCompile Include="windows\TitleLogo.cpp" />
<ClCompile Include="windows\TitleMenu.cpp" />
<ClCompile Include="windows\TitleOptions.cpp" />
<ClCompile Include="windows\TitleVersion.cpp" />
<ClCompile Include="windows\ToolbarBottomEditor.cpp" />
<ClCompile Include="windows\ToolbarTop.cpp" />
<ClCompile Include="windows\ToolbarTopAlt.cpp" />
<ClCompile Include="windows\ToolbarTopCommon.cpp" />
<ClCompile Include="windows\tooltip.cpp" />
<ClCompile Include="windows\townwnd.cpp" />
<ClCompile Include="windows\TownList.cpp" />
<ClCompile Include="windows\vehicle.cpp" />
<ClCompile Include="windows\VehicleList.cpp" />
<ClCompile Include="Windows\About.cpp" />
<ClCompile Include="Windows\AboutMusic.cpp" />
<ClCompile Include="Windows\BuildVehicle.cpp" />
<ClCompile Include="Windows\CompanyFaceSelection.cpp" />
<ClCompile Include="Windows\CompanyList.cpp" />
<ClCompile Include="Windows\CompanyWindow.cpp" />
<ClCompile Include="Windows\Construction\Common.cpp" />
<ClCompile Include="Windows\Construction\ConstructionTab.cpp" />
<ClCompile Include="Windows\Construction\OverheadTab.cpp" />
<ClCompile Include="Windows\Construction\SignalTab.cpp" />
<ClCompile Include="Windows\Construction\StationTab.cpp" />
<ClCompile Include="Windows\EditKeyboardShortcut.cpp" />
<ClCompile Include="Windows\Error.cpp" />
<ClCompile Include="Windows\IndustryWindow.cpp" />
<ClCompile Include="Windows\IndustryList.cpp" />
<ClCompile Include="Windows\KeyboardShortcuts.cpp" />
<ClCompile Include="Windows\LandscapeGeneration.cpp" />
<ClCompile Include="Windows\LandscapeGenerationConfirm.cpp" />
<ClCompile Include="Windows\Map.cpp" />
<ClCompile Include="Windows\MessageWindow.cpp" />
<ClCompile Include="Windows\MusicSelection.cpp" />
<ClCompile Include="Windows\News\Common.cpp" />
<ClCompile Include="Windows\News\News.cpp" />
<ClCompile Include="Windows\News\Ticker.cpp" />
<ClCompile Include="Windows\ObjectSelectionWindow.cpp" />
<ClCompile Include="Windows\Options.cpp" />
<ClCompile Include="Windows\PlayerInfoPanel.cpp" />
<ClCompile Include="Windows\PromptBrowseWindow.cpp" />
<ClCompile Include="Windows\PromptOkCancelWindow.cpp" />
<ClCompile Include="Windows\ScenarioOptions.cpp" />
<ClCompile Include="Windows\StationList.cpp" />
<ClCompile Include="Windows\StationWindow.cpp" />
<ClCompile Include="Windows\TerraForm.cpp" />
<ClCompile Include="Windows\TextInputWindow.cpp" />
<ClCompile Include="Windows\TimePanel.cpp" />
<ClCompile Include="Windows\TitleExit.cpp" />
<ClCompile Include="Windows\TitleLogo.cpp" />
<ClCompile Include="Windows\TitleMenu.cpp" />
<ClCompile Include="Windows\TitleOptions.cpp" />
<ClCompile Include="Windows\TitleVersion.cpp" />
<ClCompile Include="Windows\ToolbarBottomEditor.cpp" />
<ClCompile Include="Windows\ToolbarTop.cpp" />
<ClCompile Include="Windows\ToolbarTopAlt.cpp" />
<ClCompile Include="Windows\ToolbarTopCommon.cpp" />
<ClCompile Include="Windows\ToolTip.cpp" />
<ClCompile Include="Windows\TownList.cpp" />
<ClCompile Include="Windows\TownWindow.cpp" />
<ClCompile Include="Windows\Vehicle.cpp" />
<ClCompile Include="Windows\VehicleList.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\resources\Resource.h" />
@ -244,10 +244,10 @@
<ClInclude Include="Widget.h" />
<ClInclude Include="Win32.h" />
<ClInclude Include="Window.h" />
<ClInclude Include="windows\construction\Construction.h" />
<ClInclude Include="Windows\Construction\Construction.h" />
<ClInclude Include="Message.h" />
<ClInclude Include="windows\News\News.h" />
<ClInclude Include="windows\ToolbarTopCommon.h" />
<ClInclude Include="Windows\News\News.h" />
<ClInclude Include="Windows\ToolbarTopCommon.h" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="..\..\resources\OpenLoco.rc" />