Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in tip

fogcreek terminate: fixed capitalization

Changeset 934e68cf5d02

Parent 98a096061393

by David Golub

Changes to 2 files · Browse files at 934e68cf5d02 Showing diff from parent 98a096061393 Diff from another changeset...

 
144
145
146
147
 
148
149
150
151
152
153
154
 
155
156
157
 
144
145
146
 
147
148
149
150
151
152
153
 
154
155
156
157
@@ -144,14 +144,14 @@
  </ItemDefinitionGroup>   <ItemGroup>   <ClCompile Include="terminate.cpp" /> - <ClCompile Include="Thgstatus.cpp" /> + <ClCompile Include="THgStatus.cpp" />   </ItemGroup>   <ItemGroup>   <None Include="terminate.def" />   </ItemGroup>   <ItemGroup>   <ClInclude Include="stdafx.h" /> - <ClInclude Include="Thgstatus.h" /> + <ClInclude Include="THgStatus.h" />   </ItemGroup>   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />   <ImportGroup Label="ExtensionTargets">
 
18
19
20
21
 
22
23
24
 
31
32
33
34
 
35
36
37
 
18
19
20
 
21
22
23
24
 
31
32
33
 
34
35
36
37
@@ -18,7 +18,7 @@
  <ClCompile Include="terminate.cpp">   <Filter>Source Files</Filter>   </ClCompile> - <ClCompile Include="Thgstatus.cpp"> + <ClCompile Include="THgStatus.cpp">   <Filter>Source Files</Filter>   </ClCompile>   </ItemGroup> @@ -31,7 +31,7 @@
  <ClInclude Include="stdafx.h">   <Filter>Header Files</Filter>   </ClInclude> - <ClInclude Include="Thgstatus.h"> + <ClInclude Include="THgStatus.h">   <Filter>Header Files</Filter>   </ClInclude>   </ItemGroup>